summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile.amd64
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2012-10-17 11:16:17 +0000
committerAttilio Rao <attilio@FreeBSD.org>2012-10-17 11:16:17 +0000
commite6116d5b8e55f021844ac2331aa533a1a114fc8f (patch)
treea36bb1b48615302d343a7afd78f6ea19a6b64b3e /usr.sbin/Makefile.amd64
parentedb085b8ab5551373a0cddf306e11a0d51efdd2d (diff)
downloadsrc-test-e6116d5b8e55f021844ac2331aa533a1a114fc8f.tar.gz
src-test-e6116d5b8e55f021844ac2331aa533a1a114fc8f.zip
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.
Notes
Notes: svn path=/head/; revision=241629
Diffstat (limited to 'usr.sbin/Makefile.amd64')
-rw-r--r--usr.sbin/Makefile.amd643
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64
index 232831b35c8c0..2856da23ce9c5 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"