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