From 323076d1fa195e60e130c302f0fdf390d2c43017 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 29 Jul 2008 04:49:43 +0000 Subject: [PATCH] if MKXORG != no, use external/mit/xorg subdir instead of x11 subdir for the mk-x11 target. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c05ca5af4a2..faebcc441ca6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.253 2008/05/22 14:13:58 lukem Exp $ +# $NetBSD: Makefile,v 1.254 2008/07/29 04:49:43 mrg Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -387,7 +387,11 @@ do-build: .PHONY .MAKE .endfor do-x11: .PHONY .MAKE +.if ${MKXORG} != "no" + ${MAKEDIRTARGET} external/mit/xorg build +.else ${MAKEDIRTARGET} x11 build +.endif do-obsolete: .PHONY .MAKE ${MAKEDIRTARGET} etc install-obsolete-lists