- Disable DEBUG option by default - Fix patch names - Add DEVD description to bsd.options.desc.mk
11 lines
317 B
Text
11 lines
317 B
Text
--- Makefile.orig 2008-05-14 14:18:19.880920578 +0200
|
|
+++ Makefile 2008-05-14 14:18:29.051785451 +0200
|
|
@@ -2,7 +2,7 @@
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
-CFLAGS+= -DUSB_DEBUG=1 -DHSO_DEBUG=-1 -g
|
|
+#CFLAGS+= -DUSB_DEBUG=1 -DHSO_DEBUG=-1 -g
|
|
KMOD= hso
|
|
SRCS= if_hso.c opt_usb.h device_if.h bus_if.h usbdevs.h
|
|
|