kernel: Remove the FFS_ROOT option. It was a no-op since 4.9.
[dragonfly.git] / usr.bin / ldd / Makefile
blob927cdea7fe775ac0ff4ab2304dc0ac12fa146a70
1 # $FreeBSD: src/usr.bin/ldd/Makefile,v 1.11 1999/08/28 01:02:42 peter Exp $
3 PROG= ldd
5 # DO NOT USE -static, dlopen() for shared libs
6 .if !defined(REALLY_NOSHARED)
7 .undef NOSHARED
8 .endif
10 .include <bsd.prog.mk>