mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
154 B
Makefile
11 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"
|