Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules Include sysctl descriptions when building modules.



details:   https://anonhg.NetBSD.org/src/rev/b8eb15b9f09a
branches:  trunk
changeset: 769437:b8eb15b9f09a
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Sat Sep 10 08:27:06 2011 +0000

description:
Include sysctl descriptions when building modules.

diffstat:

 sys/modules/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 720e5533914c -r b8eb15b9f09a sys/modules/Makefile.inc
--- a/sys/modules/Makefile.inc  Fri Sep 09 22:51:44 2011 +0000
+++ b/sys/modules/Makefile.inc  Sat Sep 10 08:27:06 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index