mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 02:20:51 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
9 lines
102 B
Makefile
9 lines
102 B
Makefile
|
|
PROG?= ldd
|
|
SRCS= ldd.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
|
|
LIBADD= elf
|
|
|
|
.include <bsd.prog.mk>
|