summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig/Makefile
blob: 0b9792fab953bee0612a84911560f686a245282d (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>
OpenPOWER on IntegriCloud