]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/regression/mac/mac_bsdextended/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / regression / mac / mac_bsdextended / Makefile
1 # $FreeBSD$
2
3 PROG=   test_ugidfw
4 DPADD=  ${LIBUGIDFW}
5 LDADD=  -lugidfw
6 MAN=
7
8 .include <bsd.prog.mk>