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