xref: /freebsd/usr.bin/ldd/Makefile (revision 9ee40678bbdcedc6a3ac1e311abe740018911cf1)
1#	$Id: Makefile,v 1.3 1993/12/16 21:51:27 nate Exp $
2
3PROG=	ldd
4SRCS=	ldd.c sods.c
5BINDIR= /usr/bin
6
7.include <bsd.prog.mk>
8