aboutsummaryrefslogtreecommitdiff
path: root/sbin/ldconfig/Makefile
blob: f902e92bb1c127224f023b8b49b2448a2daefc76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$Id: Makefile,v 1.13 1998/06/12 10:43:18 peter Exp $

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>