mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG?= ldd
|
|
SRCS= ldd.c
|
|
|
|
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
|
|
LIBADD= elf
|
|
|
|
.include <bsd.prog.mk>
|