summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig/Makefile
blob: 8a1d156d53a8b3eb10ab7b9cc9b02e23e880c8fd (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

PROG=	ldconfig
SRCS=	elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT

.PATH: ${LDDIR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud