]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libncp/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libncp / Makefile
1 # $FreeBSD$
2
3 LIB=            ncp
4
5 SHLIB_MAJOR=    4
6
7 DPADD=          ${LIBIPX}
8 LDADD=          -lipx
9
10 SRCS=   ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \
11         ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \
12         ncpl_rpc.c ncpl_crypt.c ipx.c sap.c
13
14 WARNS?= 0
15
16 .include <bsd.lib.mk>