summaryrefslogtreecommitdiff
path: root/mk/tools/tools.FreeBSD.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-02 04:42:08 +0000
committerjlam <jlam@pkgsrc.org>2005-05-02 04:42:08 +0000
commit37d5689ed6c3c72ffb2122d98d7995a9325ee4ba (patch)
tree74855c188d2366d8e472a12d29e76ce7e06919c7 /mk/tools/tools.FreeBSD.mk
parent5333a4a7a3ba404c904e83977f8261bf7e3cface (diff)
downloadpkgsrc-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.FreeBSD.mk')
-rw-r--r--mk/tools/tools.FreeBSD.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/tools.FreeBSD.mk b/mk/tools/tools.FreeBSD.mk
index b608c302b35..8a4d2ea4c05 100644
--- a/mk/tools/tools.FreeBSD.mk
+++ b/mk/tools/tools.FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: tools.FreeBSD.mk,v 1.5 2005/05/02 02:50:34 jlam Exp $
+# $NetBSD: tools.FreeBSD.mk,v 1.6 2005/05/02 04:42:08 jlam Exp $
#
# System-supplied tools for the FreeBSD operating system.
@@ -33,6 +33,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.lex?= /usr/bin/lex
TOOLS_PLATFORM.ln?= /bin/ln
TOOLS_PLATFORM.ls?= /bin/ls