Peter Wemm af6b4e9098 Build ldconfig in /sbin environment directly, rather than under the gnu ld
directory.  The rcs files were repository copied.
1998-06-01 13:58:19 +00:00

12 lines
224 B
Makefile

# $Id: Makefile,v 1.11 1997/06/29 21:40:54 bde Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR}
MAN8= ldconfig.8
.PATH: ${LDDIR}
.include <bsd.prog.mk>