summaryrefslogtreecommitdiffstats
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-03-24 06:55:08 +0000
committerngie <ngie@FreeBSD.org>2015-03-24 06:55:08 +0000
commitc363eff24fce54d0e276a33350140db2cd33c11a (patch)
treec9d15c2de659df11604c5a9be8a60e9ad27c9c92 /share/man/man9/Makefile
parent67ce9fefafb276f90f26ae1847ad17c016a27744 (diff)
downloadFreeBSD-src-c363eff24fce54d0e276a33350140db2cd33c11a.zip
FreeBSD-src-c363eff24fce54d0e276a33350140db2cd33c11a.tar.gz
MFC r278135,r278202:
r278135 (by amdmi3): - Remove more files when MK_USB == no Reviewed by: ngie Approved by: ngie Differential Revision: D1600 r278202: Clean up more usb related files when MK_USB == no when dealing with manpages, libraries, and binaries Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 76e8314..13140d0 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
MAN= accept_filter.9 \
accf_data.9 \
accf_dns.9 \
@@ -270,7 +272,6 @@ MAN= accept_filter.9 \
uidinfo.9 \
uio.9 \
unr.9 \
- usbdi.9 \
utopia.9 \
vaccess.9 \
vaccess_acl_nfs4.9 \
@@ -1408,6 +1409,9 @@ MLINKS+=uidinfo.9 uifind.9 \
uidinfo.9 uihold.9
MLINKS+=uio.9 uiomove.9 \
uio.9 uiomove_nofault.9
+
+.if ${MK_USB} != "no"
+MAN+= usbdi.9
MLINKS+=usbdi.9 usbd_do_request.9 \
usbdi.9 usbd_do_request_flags.9 \
usbdi.9 usbd_errstr.9 \
@@ -1459,6 +1463,7 @@ MLINKS+=usbdi.9 usbd_do_request.9 \
usbdi.9 usb_fifo_reset.9 \
usbdi.9 usb_fifo_softc.9 \
usbdi.9 usb_fifo_wakeup.9
+.endif
MLINKS+=vcount.9 count_dev.9
MLINKS+=vfsconf.9 vfs_modevent.9 \
vfsconf.9 vfs_register.9 \
OpenPOWER on IntegriCloud