aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/usb')
-rw-r--r--sys/modules/usb/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index a03d2cc0a6f5..b7d931d71595 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -26,6 +26,4 @@ SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h
SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h
SRCS+= opt_bus.h pci_if.h
-NOMAN=
-
.include <bsd.kmod.mk>