aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tee/Makefile
blob: dab7080158721211a8578ab115d776362c19dfcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

.include <src.opts.mk>

PROG=	tee

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>