1# $Id: Makefile,v 1.8 1998/06/01 13:55:12 peter Exp $ 2 3PROG= ldd 4SRCS= ldd.c sods.c 5CFLAGS+= -Wall -DFREEBSD_AOUT 6 7.include <bsd.prog.mk> 8