Fix unbalanced quotes in .if ${MKRUMP} != "no"

This commit is contained in:
apb 2012-08-14 12:19:16 +00:00
parent 0c31a5f126
commit fe68d40e36
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.293 2012/08/08 14:00:31 christos Exp $
# $NetBSD: Makefile,v 1.294 2012/08/14 12:19:16 apb Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@ -256,7 +256,7 @@ BUILDTARGETS+= do-lib
.if ${MKKMOD} != "no"
BUILDTARGETS+= do-sys-modules
.endif
.if ${MKRUMP} != "no
.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