summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2012-08-08 14:00:31 +0000
committerchristos <christos@NetBSD.org>2012-08-08 14:00:31 +0000
commit65bd8e8a5e73846bd4c0ab67903634bf0cca40d4 (patch)
tree29fac65a8f862a85668d069dc05f9c615bd8354f /Makefile
parentb124c41c8e28d1237b9c458a18060b1f0a53d98d (diff)
exclude rump targets if MKRUMP = no
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 79b034e2be9..fb084848e29 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.292 2012/04/21 08:28:00 veego Exp $
+# $NetBSD: Makefile,v 1.293 2012/08/08 14:00:31 christos Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -256,8 +256,10 @@ BUILDTARGETS+= do-lib
.if ${MKKMOD} != "no"
BUILDTARGETS+= do-sys-modules
.endif
+.if ${MKRUMP} != "no
BUILDTARGETS+= do-sys-rump-dev-lib do-sys-rump-fs-lib
BUILDTARGETS+= do-sys-rump-kern-lib do-sys-rump-net-lib
+.endif
.if ${MKCOMPAT} != "no"
BUILDTARGETS+= do-compat-lib-csu
BUILDTARGETS+= do-compat-libgcc