Module Name:    src
Committed By:   he
Date:           Wed Nov  2 14:42:43 UTC 2011

Modified Files:
        src/distrib/sets: mkvars.mk

Log Message:
Make sure the value of MKCOMPATMODULES gets imported into sets.subr,
so that the "compatmodules" keyword is properly handled when creating
the set lists.  Fixes the build for evbppc.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/mkvars.mk

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

Modified files:

Index: src/distrib/sets/mkvars.mk
diff -u src/distrib/sets/mkvars.mk:1.5 src/distrib/sets/mkvars.mk:1.6
--- src/distrib/sets/mkvars.mk:1.5	Mon Oct 31 08:14:43 2011
+++ src/distrib/sets/mkvars.mk	Wed Nov  2 14:42:43 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mkvars.mk,v 1.5 2011/10/31 08:14:43 mrg Exp $
+# $NetBSD: mkvars.mk,v 1.6 2011/11/02 14:42:43 he Exp $
 
 MKEXTRAVARS= \
 	MACHINE \
@@ -13,6 +13,7 @@ MKEXTRAVARS= \
 	MKMANZ \
 	MKBFD \
 	MKCOMPAT \
+	MKCOMPATMODULES \
 	MKDYNAMICROOT \
 	MKMANPAGES \
 	MKXORG \

Reply via email to