pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk add LDD, from Julien T. Letessier in PR pkg/22492.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4344301c5703
branches:  trunk
changeset: 460154:4344301c5703
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Aug 23 09:07:07 2003 +0000

description:
add LDD, from Julien T. Letessier in PR pkg/22492.

diffstat:

 mk/defs.Darwin.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9e4e6643060d -r 4344301c5703 mk/defs.Darwin.mk
--- a/mk/defs.Darwin.mk Sat Aug 23 08:09:17 2003 +0000
+++ b/mk/defs.Darwin.mk Sat Aug 23 09:07:07 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Darwin.mk,v 1.50 2003/04/15 05:29:46 grant Exp $
+# $NetBSD: defs.Darwin.mk,v 1.51 2003/08/23 09:07:07 grant Exp $
 #
 # Variable definitions for the Darwin operating system.
 
@@ -32,6 +32,7 @@
 HOSTNAME_CMD?= /bin/hostname
 ID?=           /usr/bin/id
 LDCONFIG?=     /sbin/ldconfig
+LDD?=          /usr/bin/otool -L
 LN?=           /bin/ln
 LS?=           /bin/ls
 M4?=           /usr/bin/m4 



Home | Main Index | Thread Index | Old Index