Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules include bsd.ioconf.mk when necessary
details: https://anonhg.NetBSD.org/src/rev/e05e55f14730
branches: trunk
changeset: 753230:e05e55f14730
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Mar 21 06:56:52 2010 +0000
description:
include bsd.ioconf.mk when necessary
diffstat:
sys/modules/Makefile.inc | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 02f4f9de7056 -r e05e55f14730 sys/modules/Makefile.inc
--- a/sys/modules/Makefile.inc Sun Mar 21 06:55:44 2010 +0000
+++ b/sys/modules/Makefile.inc Sun Mar 21 06:56:52 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index