svn commit: r185291 - head/sys/modules/usb2

Bjoern A. Zeeb bz at FreeBSD.org
Tue Nov 25 01:17:02 PST 2008


Author: bz
Date: Tue Nov 25 09:17:01 2008
New Revision: 185291
URL: http://svn.freebsd.org/changeset/base/185291

Log:
  Unbreak the build until alfred@ is back to fix it correctly.
  For now disconnect the nonexistent serial_3g.

Modified:
  head/sys/modules/usb2/Makefile

Modified: head/sys/modules/usb2/Makefile
==============================================================================
--- head/sys/modules/usb2/Makefile	Tue Nov 25 08:04:40 2008	(r185290)
+++ head/sys/modules/usb2/Makefile	Tue Nov 25 09:17:01 2008	(r185291)
@@ -57,7 +57,7 @@ SUBDIR += ndis
 SUBDIR += quirk
 SUBDIR += scanner
 SUBDIR += serial
-SUBDIR += serial_3g
+#SUBDIR += serial_3g
 SUBDIR += serial_ark
 SUBDIR += serial_bsa
 SUBDIR += serial_bser


More information about the svn-src-head mailing list