freebsd-dev/usr.bin/ldd/Makefile
John Polstra 170fa4e888 Touch up the code that implements "ldd -v".
Bring the style of sods.c into better conformance.  Add code to
print the contents of each datum being relocated.  Correct the logic
that distinguishes between programs, shared libraries, and object
files.  Make the entire program "-Wall" clean.
1997-09-02 21:54:39 +00:00

9 lines
143 B
Makefile

# $Id: Makefile,v 1.6 1997/02/22 15:46:40 peter Exp $
PROG= ldd
SRCS= ldd.c sods.c
CFLAGS+= -Wall
BINDIR= /usr/bin
.include <bsd.prog.mk>