summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-10-17 11:16:17 +0000
committerattilio <attilio@FreeBSD.org>2012-10-17 11:16:17 +0000
commit3f4806915ef86ad20f5602a0e46a27fc609e65ba (patch)
treea36bb1b48615302d343a7afd78f6ea19a6b64b3e /usr.sbin
parentf16dd753c48f6804e09296920d7c405356699352 (diff)
downloadFreeBSD-src-3f4806915ef86ad20f5602a0e46a27fc609e65ba.zip
FreeBSD-src-3f4806915ef86ad20f5602a0e46a27fc609e65ba.tar.gz
Disconnect non-MPSAFE NWFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile.amd643
-rw-r--r--usr.sbin/Makefile.i3863
2 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64
index 232831b..2856da2 100644
--- a/usr.sbin/Makefile.amd64
+++ b/usr.sbin/Makefile.amd64
@@ -17,9 +17,6 @@ SUBDIR+= btxld
SUBDIR+= cpucontrol
SUBDIR+= kgmon
SUBDIR+= lptcontrol
-.if ${MK_NCP} != "no"
-SUBDIR+= mount_nwfs
-.endif
SUBDIR+= mount_smbfs
SUBDIR+= mptable
.if ${MK_NDIS} != "no"
diff --git a/usr.sbin/Makefile.i386 b/usr.sbin/Makefile.i386
index f7870dc..800626c 100644
--- a/usr.sbin/Makefile.i386
+++ b/usr.sbin/Makefile.i386
@@ -12,9 +12,6 @@ SUBDIR+= cpucontrol
SUBDIR+= kgmon
SUBDIR+= kgzip
SUBDIR+= lptcontrol
-.if ${MK_NCP} != "no"
-SUBDIR+= mount_nwfs
-.endif
SUBDIR+= mount_smbfs
SUBDIR+= mptable
.if ${MK_NDIS} != "no"
OpenPOWER on IntegriCloud