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