2d68bf45bf
Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $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>
|