freebsd-dev/sbin/ldconfig/Makefile
Peter Wemm bf0b255967 Force -DFREEBSD_AOUT incase ldconfig is being compiled under elf.
Without this, <link.h> defines stuff for elf linking which is not
what ldconfig needs.
1998-06-12 10:43:18 +00:00

12 lines
241 B
Makefile

# $Id: Makefile,v 1.12 1998/06/01 13:58:19 peter Exp $
PROG= ldconfig
SRCS= 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>