Add missing src.conf(5) descriptions for tool chain components
[freebsd-src.git] / usr.bin / ident / Makefile
blob49798e8251fe9f05d1c159ccff746a7da1e5722a
1 # $FreeBSD$
3 .include <src.opts.mk>
5 PROG= ident
7 LIBADD= sbuf
9 .if ${MK_TESTS} != "no"
10 SUBDIR+= tests
11 .endif
13 .include <bsd.prog.mk>