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