Makefile revision 871
1#	$Id: Makefile,v 1.2 1993/11/09 04:19:24 paul Exp $
2
3PROG=	ldd
4SRCS=	ldd.c
5BINDIR= /usr/bin
6
7.include <bsd.prog.mk>
8