Module Name:    src
Committed By:   mbalmer
Date:           Sat Sep 10 08:27:07 UTC 2011

Modified Files:
        src/sys/modules: Makefile.inc

Log Message:
Include sysctl descriptions when building modules.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/modules/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/Makefile.inc
diff -u src/sys/modules/Makefile.inc:1.4 src/sys/modules/Makefile.inc:1.5
--- src/sys/modules/Makefile.inc:1.4	Sun Aug 28 15:40:50 2011
+++ src/sys/modules/Makefile.inc	Sat Sep 10 08:27:06 2011
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile.inc,v 1.4 2011/08/28 15:40:50 jmcneill Exp $
+#	$NetBSD: Makefile.inc,v 1.5 2011/09/10 08:27:06 mbalmer Exp $
 
 S!=		cd ${.PARSEDIR}/..;pwd
-CPPFLAGS+=	-I${NETBSDSRCDIR}/common/include
+CPPFLAGS+=	-I${NETBSDSRCDIR}/common/include -DSYSCTL_INCLUDE_DESCR
 USE_FORT=	no
 WARNS?=		3
 

Reply via email to