freebsd-dev/lib/libncp/Makefile
Peter Wemm eaa07f7796 Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here to
sys/netncp/*.  Disconnect them from here to avoid breakage.

Submitted by:	 bp
1999-11-12 15:09:58 +00:00

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>