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