diff options
| author | christos <christos@NetBSD.org> | 2012-08-08 14:00:31 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-08-08 14:00:31 +0000 |
| commit | 65bd8e8a5e73846bd4c0ab67903634bf0cca40d4 (patch) | |
| tree | 29fac65a8f862a85668d069dc05f9c615bd8354f /Makefile | |
| parent | b124c41c8e28d1237b9c458a18060b1f0a53d98d (diff) | |
exclude rump targets if MKRUMP = no
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
