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