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