freebsd-src/usr.bin/ldd32/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
154 B
Makefile
Raw Normal View History

NEED_COMPAT= 32
.include <bsd.compat.mk>
PROG= ldd32
MAN=
MLINKS= ldd.1 ldd32.1
.PATH: ${SRCTOP}/usr.bin/ldd
.include "${SRCTOP}/usr.bin/ldd/Makefile"