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