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