diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-28 01:21:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-28 01:21:15 +0000 |
commit | c96af1929c6eb276bac01916e6fdb01e45afc270 (patch) | |
tree | 328246fc71ff25187d9d2d96199a6da27e9cd990 /mk/tools/tools.DragonFly.mk | |
parent | a2e27dfe4650ace3c26926b79b3b4b5fafdd3f74 (diff) | |
download | pkgsrc-c96af1929c6eb276bac01916e6fdb01e45afc270.tar.gz |
Also use the shell builtin for [. Add comment for test and [ about that.
Diffstat (limited to 'mk/tools/tools.DragonFly.mk')
-rw-r--r-- | mk/tools/tools.DragonFly.mk | 6 |
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 |