Build ldconfig in /sbin environment directly, rather than under the gnu ld

directory.  The rcs files were repository copied.
This commit is contained in:
Peter Wemm 1998-06-01 13:58:19 +00:00
parent a7ef806899
commit af6b4e9098
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36567

View File

@ -1,13 +1,11 @@
# $Id: Makefile,v 1.10 1997/02/22 15:46:37 peter Exp $
# $Id: Makefile,v 1.11 1997/06/29 21:40:54 bde Exp $
PROG= ldconfig
SRCS= ldconfig.c shlib.c support.c
LDDIR?= $(.CURDIR)/..
CFLAGS+=-I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE)
NOSHARED?= yes
BINDIR= /sbin
LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
CFLAGS+=-I${LDDIR}
MAN8= ldconfig.8
.PATH: $(LDDIR) $(LDDIR)/$(MACHINE)
.PATH: ${LDDIR}
.include <bsd.prog.mk>