mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
|
|
PROG?= ldd
|
|
SRCS= ldd.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
|
|
LIBADD= elf
|
|
|
|
.include <bsd.prog.mk>
|