freebsd_amp_hwpstate/usr.bin/ldd/Makefile

9 lines
102 B
Makefile

PROG?= ldd
SRCS= ldd.c
CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
LIBADD= elf
.include <bsd.prog.mk>