summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-28 01:21:15 +0000
committerjoerg <joerg>2007-07-28 01:21:15 +0000
commit24019f47e7e40bc451d1a41edd209e8c5190cb5b (patch)
tree328246fc71ff25187d9d2d96199a6da27e9cd990 /mk/tools
parent6a404b0810c97be029f4d03476a107608a288d5c (diff)
downloadpkgsrc-24019f47e7e40bc451d1a41edd209e8c5190cb5b.tar.gz
Also use the shell builtin for [. Add comment for test and [ about that.
Diffstat (limited to 'mk/tools')
-rw-r--r--mk/tools/tools.DragonFly.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/tools/tools.DragonFly.mk b/mk/tools/tools.DragonFly.mk
index dcff7eb0b17..4e300a225bc 100644
--- a/mk/tools/tools.DragonFly.mk
+++ b/mk/tools/tools.DragonFly.mk
@@ -1,8 +1,8 @@
-# $NetBSD: tools.DragonFly.mk,v 1.31 2007/07/28 01:19:07 joerg Exp $
+# $NetBSD: tools.DragonFly.mk,v 1.32 2007/07/28 01:21:15 joerg Exp $
#
# System-supplied tools for the DragonFly operating system.
-TOOLS_PLATFORM.[?= /bin/[
+TOOLS_PLATFORM.[?= [ # shell builtin
TOOLS_PLATFORM.awk?= /usr/bin/awk
TOOLS_PLATFORM.basename?= /usr/bin/basename
TOOLS_PLATFORM.byacc?= /usr/bin/yacc
@@ -79,7 +79,7 @@ TOOLS_PLATFORM.tail?= /usr/bin/tail
TOOLS_PLATFORM.tar?= /usr/bin/tar
TOOLS_PLATFORM.tbl?= /usr/bin/tbl
TOOLS_PLATFORM.tee?= /usr/bin/tee
-TOOLS_PLATFORM.test?= test
+TOOLS_PLATFORM.test?= test # shell builtin
TOOLS_PLATFORM.touch?= /usr/bin/touch
TOOLS_PLATFORM.tr?= /usr/bin/tr
TOOLS_PLATFORM.true?= /usr/bin/true