freebsd-dev/usr.bin/ldd/Makefile
Peter Wemm 9731d13765 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.
1996-10-01 02:16:16 +00:00

8 lines
124 B
Makefile

# $Id: Makefile,v 1.3 1993/12/16 21:51:27 nate Exp $
PROG= ldd
SRCS= ldd.c sods.c
BINDIR= /usr/bin
.include <bsd.prog.mk>