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