aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/apply/Makefile
blob: a8bcef1c863ed131f4947478163d1e048be9afc9 (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=	apply

LIBADD=	sbuf

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>