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