Module Name: src
Committed By: mrg
Date: Fri Dec 10 07:17:00 UTC 2010
Modified Files:
src/etc/mtree: Makefile
Log Message:
if MKCOMPAT != "no", don't include the MD files for now -- they're only
used for compat right now. we should fix this better later.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/etc/mtree/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/mtree/Makefile
diff -u src/etc/mtree/Makefile:1.18 src/etc/mtree/Makefile:1.19
--- src/etc/mtree/Makefile:1.18 Wed Dec 8 23:56:02 2010
+++ src/etc/mtree/Makefile Fri Dec 10 07:17:00 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2010/12/08 23:56:02 njoly Exp $
+# $NetBSD: Makefile,v 1.19 2010/12/10 07:17:00 mrg Exp $
.include <bsd.own.mk>
@@ -10,9 +10,13 @@
. endif
.endif
+# XXX these are only used by compat currently, but they could be used
+# by something else; this may need to be fixed properly in the future.
+.if ${MKCOMPAT} != "no"
.if exists(NetBSD.dist.${MACHINE_ARCH})
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.${MACHINE_ARCH}
.endif
+.endif
.if ${MKATF} != "no"
EXTRA_DIST_FILES+= ${.CURDIR}/NetBSD.dist.tests