diff options
author | jlam <jlam@pkgsrc.org> | 2005-04-28 17:30:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-04-28 17:30:24 +0000 |
commit | 56c1145982bf8b849c11cb77d8bfbff74404f1b8 (patch) | |
tree | 78c7097ed17d68af0ec31728209b9cdbdd45eb40 /mk/tools/tools.OSF1.mk | |
parent | 14db426786f46a4ca4105aa8a7828b89e4678fa8 (diff) | |
download | pkgsrc-56c1145982bf8b849c11cb77d8bfbff74404f1b8.tar.gz |
Note the "[" is natively available everywhere (usually as a shell builtin).
Diffstat (limited to 'mk/tools/tools.OSF1.mk')
-rw-r--r-- | mk/tools/tools.OSF1.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.OSF1.mk b/mk/tools/tools.OSF1.mk index a48d13f806e..601fa396b44 100644 --- a/mk/tools/tools.OSF1.mk +++ b/mk/tools/tools.OSF1.mk @@ -1,7 +1,8 @@ -# $NetBSD: tools.OSF1.mk,v 1.2 2005/04/27 16:52:28 jlam Exp $ +# $NetBSD: tools.OSF1.mk,v 1.3 2005/04/28 17:30:24 jlam Exp $ # # System-supplied tools for the OSF/1 operating system. +TOOLS_PLATFORM.[?= [ # shell builtin TOOLS_PLATFORM.awk?= /usr/bin/awk TOOLS_PLATFORM.basename?= /usr/bin/basename TOOLS_PLATFORM.cat?= /bin/cat |