summaryrefslogtreecommitdiff
path: root/mk/tools/tools.SunOS.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-24 20:59:59 +0000
committerjlam <jlam>2005-06-24 20:59:59 +0000
commit5417b3d6d3623684be768923d6631bc381d266bd (patch)
tree8c59a1e04400e8a0ab81f64f6cb1342d03466173 /mk/tools/tools.SunOS.mk
parentf94813a3434853b164a8cf0f1142a69c1ab3c360 (diff)
downloadpkgsrc-5417b3d6d3623684be768923d6631bc381d266bd.tar.gz
Teach the tools framework about csh, and replace with tcsh if necessary.
Diffstat (limited to 'mk/tools/tools.SunOS.mk')
-rw-r--r--mk/tools/tools.SunOS.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.SunOS.mk b/mk/tools/tools.SunOS.mk
index 2932d589d84..ea7cc5540b6 100644
--- a/mk/tools/tools.SunOS.mk
+++ b/mk/tools/tools.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.SunOS.mk,v 1.16 2005/06/23 20:45:34 jlam Exp $
+# $NetBSD: tools.SunOS.mk,v 1.17 2005/06/24 20:59:59 jlam Exp $
#
# System-supplied tools for the Solaris operating system.
@@ -18,6 +18,7 @@ TOOLS_PLATFORM.cmp?= /bin/cmp
TOOLS_PLATFORM.cmp?= /usr/bin/cmp
.endif
TOOLS_PLATFORM.cp?= /bin/cp
+TOOLS_PLATFORM.csh?= /bin/csh
TOOLS_PLATFORM.cut?= /usr/bin/cut
TOOLS_PLATFORM.date?= /usr/xpg4/bin/date
.if exists(/bin/diff)