summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-08 21:18:43 +0000
committerminskim <minskim>2006-03-08 21:18:43 +0000
commitcb9e4970f31fcada3b824ddf1c5c4a1a8b02667e (patch)
tree3be56eda418b205194bdc1c2c65d47731b40b6ba /mk
parentbeff852cda5c4414bdd940a04af710efbd3b8d33 (diff)
downloadpkgsrc-cb9e4970f31fcada3b824ddf1c5c4a1a8b02667e.tar.gz
Teach the tools framework about Darwin's tclsh and wish.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/tools.Darwin.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index cc52018a5ca..a45bc9320d1 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.24 2006/03/06 05:25:45 jlam Exp $
+# $NetBSD: tools.Darwin.mk,v 1.25 2006/03/08 21:18:43 minskim Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -78,6 +78,7 @@ TOOLS_PLATFORM.tar?= /usr/bin/tar
.if exists(/usr/bin/tbl)
TOOLS_PLATFORM.tbl?= /usr/bin/tbl
.endif
+TOOLS_PLATFORM.tclsh?= /usr/bin/tclsh
TOOLS_PLATFORM.tee?= /usr/bin/tee
TOOLS_PLATFORM.test?= test # shell builtin
TOOLS_PLATFORM.touch?= /usr/bin/touch
@@ -85,5 +86,6 @@ TOOLS_PLATFORM.tr?= /usr/bin/tr
TOOLS_PLATFORM.true?= true # shell builtin
TOOLS_PLATFORM.tsort?= /usr/bin/tsort
TOOLS_PLATFORM.wc?= /usr/bin/wc
+TOOLS_PLATFORM.wish?= /usr/bin/wish
TOOLS_PLATFORM.xargs?= /usr/bin/xargs
TOOLS_PLATFORM.yacc?= /usr/bin/yacc