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

.include <src.opts.mk>

PROG=	col

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>