summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 11:43:19 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 11:43:19 +0000
commit0384d0521983fcab1910465a43aeb7574fb1f1a5 (patch)
treeb734b280eec14975c855d1c2c0097c5338dcb410 /include
parent6781e2a6de75bce1880a56765b5379b8ee4abb2d (diff)
downloadFreeBSD-src-0384d0521983fcab1910465a43aeb7574fb1f1a5.zip
FreeBSD-src-0384d0521983fcab1910465a43aeb7574fb1f1a5.tar.gz
Clean up more usb related files when MK_USB == no when dealing with
manpages, libraries, and binaries MFC after: 1 week X-MFC with: r278135 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'include')
-rw-r--r--include/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile
index e7da89b..b102eea 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -44,7 +44,7 @@ LSUBDIRS= cam/ata cam/scsi \
dev/hwpmc \
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 \
+ dev/speaker dev/utopia dev/vkbd dev/wi \
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 \
@@ -56,6 +56,10 @@ LSUBDIRS= cam/ata cam/scsi \
security/mac_mls security/mac_partition \
ufs/ffs ufs/ufs
+.if ${MK_USB} != "no"
+LSUBDIRS+= dev/usb
+.endif
+
LSUBSUBDIRS= dev/mpt/mpilib
.if ${MK_CUSE} != "no"
OpenPOWER on IntegriCloud