summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2011-09-10 08:27:06 +0000
committermbalmer <mbalmer@NetBSD.org>2011-09-10 08:27:06 +0000
commit38fcd08fdbff157288bab6e84bb4f96cb29965b8 (patch)
tree45fd644406d2ebd9d43179c1141cd2879b7891ae /sys/modules
parent1bce3cfbb44da8a25a6d6776ea9de3044b95f582 (diff)
Include sysctl descriptions when building modules.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile.inc b/sys/modules/Makefile.inc
index 1e4b6a3b5d0..35fa020bb12 100644
--- a/sys/modules/Makefile.inc
+++ b/sys/modules/Makefile.inc
@@ -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