mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
|
|
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"
|