Module Name:    src
Committed By:   christos
Date:           Wed Aug  8 14:00:31 UTC 2012

Modified Files:
        src: Makefile

Log Message:
exclude rump targets if MKRUMP = no


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 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.292 src/Makefile:1.293
--- src/Makefile:1.292	Sat Apr 21 04:28:00 2012
+++ src/Makefile	Wed Aug  8 10:00:31 2012
@@ -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

Reply via email to