freebsd_amp_hwpstate/sbin/ldconfig/Makefile

12 lines
209 B
Makefile

# $FreeBSD$
PROG= ldconfig
SRCS= elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
MAN8= ldconfig.8
.PATH: ${LDDIR}
.include <bsd.prog.mk>