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