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

PACKAGE= runtime
PROG=	tee

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>