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

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

.PATH: ${LDDIR}

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