svn commit: r195810 - head/sys/modules/wlan

Sam Leffler sam at FreeBSD.org
Tue Jul 21 19:24:54 UTC 2009


Author: sam
Date: Tue Jul 21 19:24:53 2009
New Revision: 195810
URL: http://svn.freebsd.org/changeset/base/195810

Log:
  correct setup of opt_ddb.h
  
  Submitted by:	jkim
  Approved by:	re (kib)

Modified:
  head/sys/modules/wlan/Makefile

Modified: head/sys/modules/wlan/Makefile
==============================================================================
--- head/sys/modules/wlan/Makefile	Tue Jul 21 19:23:34 2009	(r195809)
+++ head/sys/modules/wlan/Makefile	Tue Jul 21 19:24:53 2009	(r195810)
@@ -25,7 +25,7 @@ opt_ipx.h:
 	echo "#define IPX 1" > ${.TARGET}
 # override to get ddb support?
 opt_ddb.h:
-	echo "#define DDB 0" > ${.TARGET}
+	:> ${.TARGET}
 .endif
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list