]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - tools/regression/netipx/ipxdgramloopback/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / tools / regression / netipx / ipxdgramloopback / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   ipxdgramloopback
6 NO_MAN=
7
8 DPADD=  ${LIBIPX}
9 LDADD=  -lipx
10 WARNS?= 3
11
12 .include <bsd.prog.mk>