]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/spray/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / usr.sbin / spray / Makefile
1 # $FreeBSD$
2
3 PROG=   spray
4 MAN=    spray.8
5
6 DPADD=  ${LIBRPCSVC}
7 LDADD=  -lrpcsvc
8
9 .include <bsd.prog.mk>