aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uniq/Makefile
blob: 63aa1233c36ed2c11254f264606a71aa71239fd4 (plain) (blame)
1
2
3
4
5
6
7
8
9

.include <src.opts.mk>

PROG=	uniq

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>