mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Build ldconfig in /sbin environment directly, rather than under the gnu ld
directory. The rcs files were repository copied.
This commit is contained in:
parent
a7ef806899
commit
af6b4e9098
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36567
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user