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

.include <src.opts.mk>

PROG=	split

LIBADD=	util

HAS_TESTS=		yes
SUBDIR.${MK_TESTS}+=	tests

.include <bsd.prog.mk>