xref: /dragonfly/usr.bin/ldd/Makefile (revision 56e55fe1)
1# $FreeBSD: src/usr.bin/ldd/Makefile,v 1.11 1999/08/28 01:02:42 peter Exp $
2
3PROG=	ldd
4
5# DO NOT USE -static, dlopen() for shared libs
6.if !defined(REALLY_NOSHARED)
7.undef NOSHARED
8.endif
9
10.include <bsd.prog.mk>
11