summaryrefslogtreecommitdiff
path: root/mk/tools/tools.Darwin.mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-01-09 18:32:52 +0000
committerjlam <jlam>2006-01-09 18:32:52 +0000
commit0a11898b490bd239b8c3ee4c17d29a03632d8444 (patch)
tree6bb861a9d3751d8581d28bba98af80a352f84af0 /mk/tools/tools.Darwin.mk
parente1e5be137b70b6ecb4eb8f3f5263e07b22ef1006 (diff)
downloadpkgsrc-0a11898b490bd239b8c3ee4c17d29a03632d8444.tar.gz
Teach the tools framework about the ``ksh'' tool, provided by the
shells/pdksh package if it doesn't exist on the base system.
Diffstat (limited to 'mk/tools/tools.Darwin.mk')
-rw-r--r--mk/tools/tools.Darwin.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk
index a5cf75e6e0c..30795494916 100644
--- a/mk/tools/tools.Darwin.mk
+++ b/mk/tools/tools.Darwin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.Darwin.mk,v 1.20 2005/11/04 20:02:01 jlam Exp $
+# $NetBSD: tools.Darwin.mk,v 1.21 2006/01/09 18:32:52 jlam Exp $
#
# System-supplied tools for the Darwin (Mac OS X) operating system.
@@ -40,6 +40,9 @@ TOOLS_PLATFORM.head?= /usr/bin/head
TOOLS_PLATFORM.hostname?= /bin/hostname
TOOLS_PLATFORM.id?= /usr/bin/id
TOOLS_PLATFORM.install?= /usr/bin/install
+.if exists(/bin/ksh)
+TOOLS_PLATFORM.ksh?= /bin/ksh
+.endif
TOOLS_PLATFORM.ldconfig?= /sbin/ldconfig
TOOLS_PLATFORM.lex?= /usr/bin/lex
TOOLS_PLATFORM.ln?= /bin/ln