aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2012-10-16 09:59:10 +0000
committerAttilio Rao <attilio@FreeBSD.org>2012-10-16 09:59:10 +0000
commit55793cdccf0defd3ebcb3abe6c39747dd1fb91ef (patch)
treeade9f2ab0575d064e4d0632c53650470ddc16396 /include/Makefile
parente46e3354a4d8b47d0647b9c5d41edd9f0b30dcc6 (diff)
downloadsrc-55793cdccf0defd3ebcb3abe6c39747dd1fb91ef.tar.gz
src-55793cdccf0defd3ebcb3abe6c39747dd1fb91ef.zip
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
GIANT from VFS. This is not targeted for MFC.
Notes
Notes: svn path=/head/; revision=241606
Diffstat (limited to 'include/Makefile')
-rw-r--r--include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index 573a66159899..89bcb9117e59 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -44,7 +44,7 @@ LSUBDIRS= cam/ata cam/scsi \
dev/ofw dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/ntfs fs/nullfs \
- ${_fs_nwfs} fs/portalfs fs/procfs fs/smbfs fs/udf fs/unionfs \
+ ${_fs_nwfs} fs/procfs fs/smbfs fs/udf fs/unionfs \
geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
geom/mirror geom/mountver geom/multipath geom/nop \
geom/raid geom/raid3 geom/shsec geom/stripe geom/virstor \