freebsd-dev/sys/modules/ncp/Makefile
Ruslan Ermilov d8239e2877 Removed custom "load" and "unload" targets.
Removed "deinstall" targets -- the idea is to provide the standard
"deinstall" target.
2004-01-19 14:00:26 +00:00

16 lines
264 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../netncp
KMOD= ncp
SRCS= ncp_conn.c ncp_sock.c ncp_ncp.c ncp_subr.c ncp_crypt.c ncp_mod.c \
ncp_rq.c ncp_login.c ncp_nls.c opt_ncp.h
.if defined(NCPBURST)
SRCS+= ncp_burst.c
CFLAGS+= -DNCPBURST
.endif
.include <bsd.kmod.mk>