Module Name:    src
Committed By:   pooka
Date:           Sun Mar 21 06:56:52 UTC 2010

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

Log Message:
include bsd.ioconf.mk when necessary


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/sys/modules/Makefile.inc:1.3
--- src/sys/modules/Makefile.inc:1.2	Sat Mar 13 22:06:30 2010
+++ src/sys/modules/Makefile.inc	Sun Mar 21 06:56:52 2010
@@ -1,8 +1,13 @@
-#	$NetBSD: Makefile.inc,v 1.2 2010/03/13 22:06:30 christos Exp $
+#	$NetBSD: Makefile.inc,v 1.3 2010/03/21 06:56:52 pooka Exp $
 
 S!=		cd ${.PARSEDIR}/..;pwd
 CPPFLAGS+=	-I${NETBSDSRCDIR}/common/include
 USE_FORT=	no
 WARNS?=		1
 
+.if !empty(IOCONF)
+_BSD_IOCONF_MK_USER_=1
+.include <bsd.ioconf.mk>
+.endif
+
 .include <bsd.own.mk>

Reply via email to