diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-28 01:19:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-28 01:19:07 +0000 |
commit | a2e27dfe4650ace3c26926b79b3b4b5fafdd3f74 (patch) | |
tree | 105d3d98cbb4db957bc70902594f35ce821e0e4e /mk/tools | |
parent | 50d37382900e87724f51d74076bb065df4a04643 (diff) | |
download | pkgsrc-a2e27dfe4650ace3c26926b79b3b4b5fafdd3f74.tar.gz |
Always use the test builtin...
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/tools.DragonFly.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/tools.DragonFly.mk b/mk/tools/tools.DragonFly.mk index c76fc1dd25d..dcff7eb0b17 100644 --- a/mk/tools/tools.DragonFly.mk +++ b/mk/tools/tools.DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.DragonFly.mk,v 1.30 2007/06/19 17:01:12 joerg Exp $ +# $NetBSD: tools.DragonFly.mk,v 1.31 2007/07/28 01:19:07 joerg Exp $ # # System-supplied tools for the DragonFly operating system. @@ -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?= /bin/test +TOOLS_PLATFORM.test?= test TOOLS_PLATFORM.touch?= /usr/bin/touch TOOLS_PLATFORM.tr?= /usr/bin/tr TOOLS_PLATFORM.true?= /usr/bin/true |