22289a8c3d
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
13 lines
217 B
Makefile
13 lines
217 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE=runtime
|
|
PROG= ldconfig
|
|
SRCS= elfhints.c ldconfig.c shlib.c support.c
|
|
LDDIR?= ${SRCTOP}/libexec/rtld-aout
|
|
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
|
|
MAN= ldconfig.8
|
|
|
|
.PATH: ${LDDIR}
|
|
|
|
.include <bsd.prog.mk>
|