Makefile revision 303975
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: releng/11.0/usr.bin/apply/Makefile 275042 2014-11-25 14:29:10Z bapt $
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