eaa07f7796
sys/netncp/*. Disconnect them from here to avoid breakage. Submitted by: bp
17 lines
273 B
Makefile
17 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
NCPLIB=${.CURDIR}
|
|
|
|
LIB= ncp
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
|
|
NOMAN=
|
|
|
|
SRCS= ncpl_subr.c ncpl_bind.c ncpl_queue.c ncpl_file.c ncpl_misc.c \
|
|
ncpl_net.c ncpl_rcfile.c ncpl_conn.c ncpl_nls.c ncpl_msg.c \
|
|
ncpl_rpc.c ncpl_crypt.c ipx.c sap.c
|
|
|
|
.include <bsd.lib.mk>
|