Module Name:    src
Committed By:   matt
Date:           Sat Jun 27 20:34:11 UTC 2015

Modified Files:
        src/etc/mtree: Makefile

Log Message:
Need to test for MKCOMPATX11


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/etc/mtree/Makefile:1.27
--- src/etc/mtree/Makefile:1.26	Wed Jun 24 22:20:25 2015
+++ src/etc/mtree/Makefile	Sat Jun 27 20:34:11 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.26 2015/06/24 22:20:25 matt Exp $
+#	$NetBSD: Makefile,v 1.27 2015/06/27 20:34:11 matt Exp $
 
 .include <bsd.own.mk>
 
@@ -20,7 +20,7 @@ EXTRA_DIST_FILES+=	${.CURDIR}/NetBSD.dis
 EXTRA_DIST_FILES+=	${.CURDIR}/NetBSD.dist.earm
 .endif
 EXTRA_DIST_FILES+=	NetBSD.dist.compat	# autogenerated
-.if ${MKX11} != no && ${X11FLAVOUR} == "Xorg"
+.if ${MKCOMPATX11} != "no" && ${MKX11} != "no" && ${X11FLAVOUR} == "Xorg"
 EXTRA_DIST_FILES+=	NetBSD.dist.xcompat	# autogenerated
 .endif
 .endif

Reply via email to