Module Name: src
Committed By: uwe
Date: Wed Dec 6 19:34:00 UTC 2017
Modified Files:
src: Makefile
Log Message:
Include somewhat misleadingly named do-x11 into BUILDTARGETS even with
NOBINARIES set (subject to MKX11).
To generate a diff of this commit:
cvs rdiff -u -r1.320 -r1.321 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/Makefile
diff -u src/Makefile:1.320 src/Makefile:1.321
--- src/Makefile:1.320 Wed Dec 6 19:27:56 2017
+++ src/Makefile Wed Dec 6 19:34:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.320 2017/12/06 19:27:56 uwe Exp $
+# $NetBSD: Makefile,v 1.321 2017/12/06 19:34:00 uwe Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -235,10 +235,10 @@ BUILDTARGETS+= includes
.endif
BUILDTARGETS+= do-lib
BUILDTARGETS+= do-compat-lib
-.if !defined(NOBINARIES)
.if ${MKX11} != "no"
BUILDTARGETS+= do-x11
.endif
+.if !defined(NOBINARIES)
BUILDTARGETS+= do-build
.if ${MKEXTSRC} != "no"
BUILDTARGETS+= do-extsrc