aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/csplit/Makefile
blob: 4b577b7edf6f39e56dbb89665a90043cb7762116 (plain) (blame)
1
2
3
4
5
6
7
8
.include <src.opts.mk>

PROG=	csplit

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>