Module Name: src
Committed By: rin
Date: Thu Nov 30 06:29:33 UTC 2023
Modified Files:
src/tools: Makefile
Log Message:
tools/Makefile: Correct inverted comment. NFC
To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 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.214 src/tools/Makefile:1.215
--- src/tools/Makefile:1.214 Mon Apr 18 19:46:35 2022
+++ src/tools/Makefile Thu Nov 30 06:29:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.214 2022/04/18 19:46:35 jkoshy Exp $
+# $NetBSD: Makefile,v 1.215 2023/11/30 06:29:33 rin Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -239,7 +239,7 @@ SUBDIR+= makekeys
SUBDIR+= cvslatest
-.endif # TOOLS_BUILDRUMP != no
+.endif # TOOLS_BUILDRUMP == no
check_MKTOOLS: .PHONY .NOTMAIN
.if ${MKTOOLS:Uyes} == "no"