summaryrefslogtreecommitdiff
path: root/usr.bin/uniq/Makefile
blob: 0d4d89fdaa6b4c54b6d59bd8cc5819a852f7d2e8 (plain)
1
2
3
4
5
6
7
8
.include <src.opts.mk>

PROG=	uniq

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>