summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-10-14 09:56:52 +0000
committergrant <grant@pkgsrc.org>2004-10-14 09:56:52 +0000
commitcaabec7172ff609d99876777ea1a5a34caa5dfc5 (patch)
tree3a294af41a6813d07a10170b0faee9c504e1f134 /mk
parent4f6d6c274010e6326be20d6c0e98a9deca05a21e (diff)
downloadpkgsrc-caabec7172ff609d99876777ea1a5a34caa5dfc5.tar.gz
fix a comment
Diffstat (limited to 'mk')
-rw-r--r--mk/tools.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk
index cb97f8f974c..78806ec309d 100644
--- a/mk/tools.mk
+++ b/mk/tools.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.43 2004/10/14 09:54:04 grant Exp $
+# $NetBSD: tools.mk,v 1.44 2004/10/14 09:56:52 grant Exp $
#
# This Makefile creates a ${TOOLS_DIR} directory and populates the bin
# subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -209,7 +209,7 @@ _TOOLS_NEED_GNU.${_tool_}= YES
_TOOLS_REPLACE.${_tool_}= YES
. endif
. endfor
-.endfor _TOOLS
+.endfor # _TOOLS
.if ${_TOOLS_REPLACE.awk} == "YES"
_TOOLS_OVERRIDE.awk= YES