summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2015-06-27 16:21:07 +0000
committermatt <matt@NetBSD.org>2015-06-27 16:21:07 +0000
commit98fda941cb743affde1f0c9cde30b665932a02da (patch)
tree738000936c682545a4bebf50561a2f1293ee4937 /Makefile
parent4330b5aeee4f3c5321fb4100593aa66f65402718 (diff)
Add MKCOMPATX11 knob for making X11 compat libraries.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 97e5e6c6937..e32faf0e3f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.314 2015/06/24 22:20:24 matt Exp $
+# $NetBSD: Makefile,v 1.315 2015/06/27 16:21:07 matt Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -485,7 +485,7 @@ do-x11: .PHONY .MAKE
.if ${X11FLAVOUR} == "Xorg"
${MAKEDIRTARGET} external/mit/xorg/tools all
${MAKEDIRTARGET} external/mit/xorg/lib build_install
-.if ${MKCOMPAT} != "no"
+.if ${MKCOMPATX11} != "no"
${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../external/mit/xorg/lib"
.endif
.else