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