diff options
| author | matt <matt@NetBSD.org> | 2015-06-27 16:21:07 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2015-06-27 16:21:07 +0000 |
| commit | 98fda941cb743affde1f0c9cde30b665932a02da (patch) | |
| tree | 738000936c682545a4bebf50561a2f1293ee4937 /Makefile | |
| parent | 4330b5aeee4f3c5321fb4100593aa66f65402718 (diff) | |
Add MKCOMPATX11 knob for making X11 compat libraries.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
