Makefile revision 22996
1#	$Id$
2
3PROG=	ldd
4SRCS=	ldd.c sods.c
5BINDIR= /usr/bin
6
7.include <bsd.prog.mk>
8