xref: /freebsd/usr.bin/ldd/Makefile (revision 932d41914f21a5af9f8067a5333861777484043f)
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