Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.313 retrieving revision 1.315 diff -u -p -r1.313 -r1.315 --- src/Makefile 2015/05/03 15:13:13 1.313 +++ src/Makefile 2015/06/27 16:21:07 1.315 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.313 2015/05/03 15:13:13 martin 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,6 +485,9 @@ do-x11: .PHONY .MAKE .if ${X11FLAVOUR} == "Xorg" ${MAKEDIRTARGET} external/mit/xorg/tools all ${MAKEDIRTARGET} external/mit/xorg/lib build_install +.if ${MKCOMPATX11} != "no" + ${MAKEDIRTARGET} compat build_install BOOTSTRAP_SUBDIRS="../../../external/mit/xorg/lib" +.endif .else ${MAKEDIRTARGET} x11 build .endif