]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - usr.bin/ncplist/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / usr.bin / ncplist / Makefile
1 # $FreeBSD$
2
3 PROG=   ncplist
4
5 WARNS?= 0
6
7 DPADD=  ${LIBNCP} ${LIBIPX}
8 LDADD=  -lncp -lipx
9
10 .include <bsd.prog.mk>