xref: /freebsd/usr.bin/apply/Makefile (revision 2f834a0b41079f9be4dc33ff877d50a5fba869d4)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6PROG=	apply
7
8LIBADD=	sbuf
9
10.if ${MK_TESTS} != "no"
11SUBDIR+= tests
12.endif
13
14.include <bsd.prog.mk>
15