svn commit: r186514 - head/sys/modules/usb2
Weongyo Jeong
weongyo at FreeBSD.org
Sat Dec 27 12:23:23 UTC 2008
Author: weongyo
Date: Sat Dec 27 12:23:22 2008
New Revision: 186514
URL: http://svn.freebsd.org/changeset/base/186514
Log:
unbreak the build. Decoupled the USB2's NDIS build from the default
build.
Pointy hat to: me
Modified:
head/sys/modules/usb2/Makefile
Modified: head/sys/modules/usb2/Makefile
==============================================================================
--- head/sys/modules/usb2/Makefile Sat Dec 27 11:38:41 2008 (r186513)
+++ head/sys/modules/usb2/Makefile Sat Dec 27 12:23:22 2008 (r186514)
@@ -53,7 +53,7 @@ SUBDIR += input_ms
SUBDIR += misc
SUBDIR += misc_dbp
SUBDIR += misc_fm
-SUBDIR += ndis
+#SUBDIR += ndis
SUBDIR += quirk
SUBDIR += scanner
SUBDIR += serial
More information about the svn-src-all
mailing list