Module Name:    src
Committed By:   uwe
Date:           Sun Feb 18 01:06:24 UTC 2018

Modified Files:
        src/tools: Makefile

Log Message:
Fix .endif comment for TOOLS_BUILDRUMP


To generate a diff of this commit:
cvs rdiff -u -r1.192 -r1.193 src/tools/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile
diff -u src/tools/Makefile:1.192 src/tools/Makefile:1.193
--- src/tools/Makefile:1.192	Wed Dec 27 21:34:11 2017
+++ src/tools/Makefile	Sun Feb 18 01:06:24 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.192 2017/12/27 21:34:11 christos Exp $
+#	$NetBSD: Makefile,v 1.193 2018/02/18 01:06:24 uwe Exp $
 
 .include <bsd.own.mk>
 .include <bsd.endian.mk>
@@ -219,7 +219,7 @@ SUBDIR+=	makekeys
 
 SUBDIR+= cvslatest
 
-.endif # TOOLCHAIN_BUILDRUMP
+.endif # TOOLS_BUILDRUMP != no
 
 check_MKTOOLS: .PHONY .NOTMAIN
 .if ${MKTOOLS:Uyes} == "no"

Reply via email to