summaryrefslogtreecommitdiffstats
path: root/share/misc
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 /share/misc
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 'share/misc')
-rw-r--r--share/misc/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/share/misc/Makefile b/share/misc/Makefile
index 3e2afc4..16f803c 100644
--- a/share/misc/Makefile
+++ b/share/misc/Makefile
@@ -1,15 +1,22 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
+.include <src.opts.mk>
+
.PATH: ${.CURDIR}/../../sys/dev/usb
FILES= ascii birthtoken bsd-family-tree committers-doc.dot committers-ports.dot \
committers-src.dot eqnchar flowers init.ee \
iso3166 iso639 latin1 man.template mdoc.template operator pci_vendors \
- scsi_modes usb_hid_usages usbdevs \
+ scsi_modes \
organization.dot
NO_OBJ=
FILESDIR= ${BINDIR}/misc
+.if ${MK_USB} != "no"
+FILES+= usb_hid_usages
+FILES+= usbdevs
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud