]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/mac/mac_bsdextended/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / tools / regression / mac / mac_bsdextended / Makefile
1 # $FreeBSD$
2
3 PROG=   test_ugidfw
4 DPADD=  ${LIBUGIDFW}
5 LDADD=  -lugidfw
6 NO_MAN=
7
8 .include <bsd.prog.mk>