From fe68d40e36a4c8907dedb48a0f2a39797ac97328 Mon Sep 17 00:00:00 2001 From: apb Date: Tue, 14 Aug 2012 12:19:16 +0000 Subject: [PATCH] Fix unbalanced quotes in .if ${MKRUMP} != "no" --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb084848e293..000286aef6b8 100644 --- a/Makefile +++ b/Makefile @@ -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