9731d13765
dynamic linking information in the executable. It's quite extensive. It's connected to ldd's (new) -v option.
8 lines
124 B
Makefile
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>
|