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 | f0f978018635723b60f6aef3d800a3f1eaf61588 (patch) | |
tree | 78c7097ed17d68af0ec31728209b9cdbdd45eb40 /mk/tools/tools.OSF1.mk | |
parent | 8a0ea31a93182dfb5450966e70a1a4d5cc29ffbf (diff) | |
download | pkgsrc-f0f978018635723b60f6aef3d800a3f1eaf61588.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 |