]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/apply/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / apply / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   apply
7 DPADD=  ${LIBSBUF}
8 LDADD=  -lsbuf
9
10 .if ${MK_TESTS} != "no"
11 SUBDIR+= tests
12 .endif
13
14 .include <bsd.prog.mk>