summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-25 05:15:06 +0000
committerngie <ngie@FreeBSD.org>2015-01-25 05:15:06 +0000
commit6a0f226d1c3f817209bfbf69ab5ca82852977eac (patch)
tree620c3464a10001aa6e10d2fa59cef68faa3a6ffc /include
parent4e2ad7cd0b4ab8b426d8b7d16395312b9befc2ee (diff)
downloadFreeBSD-src-6a0f226d1c3f817209bfbf69ab5ca82852977eac.zip
FreeBSD-src-6a0f226d1c3f817209bfbf69ab5ca82852977eac.tar.gz
Make install cuse headers if MK_CUSE != no
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'include')
-rw-r--r--include/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index fa81527..e7da89b 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -45,7 +45,6 @@ LSUBDIRS= cam/ata cam/scsi \
dev/ic dev/iicbus dev/io dev/lmc dev/mfi dev/nvme \
dev/ofw dev/pbio dev/pci ${_dev_powermac_nvram} dev/ppbus dev/smbus \
dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
- fs/cuse \
fs/devfs fs/fdescfs fs/msdosfs fs/nandfs fs/nfs fs/nullfs \
fs/procfs fs/smbfs fs/udf fs/unionfs \
geom/cache geom/concat geom/eli geom/gate geom/journal geom/label \
@@ -59,6 +58,10 @@ LSUBDIRS= cam/ata cam/scsi \
LSUBSUBDIRS= dev/mpt/mpilib
+.if ${MK_CUSE} != "no"
+LSUBDIRS+= fs/cuse
+.endif
+
.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64"
_dev_powermac_nvram= dev/powermac_nvram
.endif
OpenPOWER on IntegriCloud