summaryrefslogtreecommitdiffstats
path: root/sys/modules/ncp
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-03-09 12:45:36 +0000
committerattilio <attilio@FreeBSD.org>2013-03-09 12:45:36 +0000
commit63326e81a339a762e08d5303facf65cc9cea9b87 (patch)
tree21c1d4f35c98c9eb7c1dae4a3d9eedfb120cbd53 /sys/modules/ncp
parent359add023cede52e6b7a5d624d929f7331925364 (diff)
downloadFreeBSD-src-63326e81a339a762e08d5303facf65cc9cea9b87.zip
FreeBSD-src-63326e81a339a762e08d5303facf65cc9cea9b87.tar.gz
Garbage collect NWFS and NCP bits which are now completely disconnected
from the tree since few months. This patch is not targeted for MFC.
Diffstat (limited to 'sys/modules/ncp')
-rw-r--r--sys/modules/ncp/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/modules/ncp/Makefile b/sys/modules/ncp/Makefile
deleted file mode 100644
index fb9d993..0000000
--- a/sys/modules/ncp/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $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>
OpenPOWER on IntegriCloud