diff options
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/compatsubdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/compatsubdir.mk b/compat/compatsubdir.mk index edabb475c22..31b6044895b 100644 --- a/compat/compatsubdir.mk +++ b/compat/compatsubdir.mk @@ -1,4 +1,4 @@ -# $NetBSD: compatsubdir.mk,v 1.11 2015/06/24 22:20:24 matt Exp $ +# $NetBSD: compatsubdir.mk,v 1.12 2015/06/27 16:21:07 matt Exp $ # Build netbsd libraries. @@ -30,7 +30,7 @@ SUBDIR+= ../../../tests SUBDIR+= ../../../tests/share # because MKSHARE=no above SUBDIR+= ../../../external/bsd/atf/tests .endif -.if ${MKX11} != no && ${X11FLAVOUR} == "Xorg" && make(obj) +.if ${MKCOMPATX11} != no && ${MKX11} != no && ${X11FLAVOUR} == "Xorg" && make(obj) SUBDIR+= ../../../external/mit/xorg/lib .endif # } MKX11 .endif # } BOOTSTRAP_SUBDIRS |
