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