1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sbin/ldconfig/Makefile
2001-03-26 14:33:27 +00:00

12 lines
208 B
Makefile

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