diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-02 04:42:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-02 04:42:08 +0000 |
commit | 37d5689ed6c3c72ffb2122d98d7995a9325ee4ba (patch) | |
tree | 74855c188d2366d8e472a12d29e76ce7e06919c7 /mk/tools/tools.Darwin.mk | |
parent | 5333a4a7a3ba404c904e83977f8261bf7e3cface (diff) | |
download | pkgsrc-37d5689ed6c3c72ffb2122d98d7995a9325ee4ba.tar.gz |
Teach the new tools framework about ldconfig. This must be provided by
tools.${OPSYS}.mk, so at the very worst, it must be set to "true".
Diffstat (limited to 'mk/tools/tools.Darwin.mk')
-rw-r--r-- | mk/tools/tools.Darwin.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.Darwin.mk b/mk/tools/tools.Darwin.mk index dd526545425..4da3f9eacdf 100644 --- a/mk/tools/tools.Darwin.mk +++ b/mk/tools/tools.Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Darwin.mk,v 1.3 2005/04/28 17:30:24 jlam Exp $ +# $NetBSD: tools.Darwin.mk,v 1.4 2005/05/02 04:42:08 jlam Exp $ # # System-supplied tools for the Darwin (Mac OS X) operating system. @@ -31,6 +31,7 @@ TOOLS_PLATFORM.gzip?= /usr/bin/gzip -nf ${GZIP} TOOLS_PLATFORM.head?= /usr/bin/head TOOLS_PLATFORM.hostname?= /bin/hostname TOOLS_PLATFORM.id?= /usr/bin/id +TOOLS_PLATFORM.ldconfig?= /sbin/ldconfig TOOLS_PLATFORM.ln?= /bin/ln TOOLS_PLATFORM.ls?= /bin/ls TOOLS_PLATFORM.m4?= /usr/bin/m4 |