Module Name:    src
Committed By:   apb
Date:           Tue Aug 14 12:19:16 UTC 2012

Modified Files:
        src: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 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.293 src/Makefile:1.294
--- src/Makefile:1.293	Wed Aug  8 14:00:31 2012
+++ src/Makefile	Tue Aug 14 12:19:16 2012
@@ -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

Reply via email to