diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-10-01 02:16:16 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-01 02:16:16 +0000 |
commit | 9731d13765f8ca967bd51ba88364566ac452c6d0 (patch) | |
tree | 4a1ee76d65283f0bc07bcd87034f55b5f0a43ffc /usr.bin/ldd/Makefile | |
parent | 5584286a91aaacc3799d04087ad0dcb4b5c12712 (diff) | |
download | src-9731d13765f8ca967bd51ba88364566ac452c6d0.tar.gz src-9731d13765f8ca967bd51ba88364566ac452c6d0.zip |
Incorporate John Polstra's sods.c display of the details about the
dynamic linking information in the executable. It's quite extensive.
It's connected to ldd's (new) -v option.
Notes
Notes:
svn path=/head/; revision=18600
Diffstat (limited to 'usr.bin/ldd/Makefile')
-rw-r--r-- | usr.bin/ldd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ldd/Makefile b/usr.bin/ldd/Makefile index 282a8fdb57f6..03351032e15d 100644 --- a/usr.bin/ldd/Makefile +++ b/usr.bin/ldd/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $ +# $Id: Makefile,v 1.3 1993/12/16 21:51:27 nate Exp $ PROG= ldd -SRCS= ldd.c +SRCS= ldd.c sods.c BINDIR= /usr/bin .include <bsd.prog.mk> |