freebsd-dev/usr.bin/ident/Makefile

13 lines
126 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <src.opts.mk>
PROG= ident
LIBADD= sbuf
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>