]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/mac/mac_bsdextended/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>