mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Cahnged ldconfig.0 to ldconfig.8 for our man system.
This commit is contained in:
parent
129619c245
commit
f1a0d2dfc6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=745
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.2 1993/11/03 05:20:49 cgd Exp $
|
||||
# $Id: Makefile,v 1.3 1993/11/09 04:19:20 paul Exp $
|
||||
|
||||
PROG= ldconfig
|
||||
SRCS= ldconfig.c shlib.c etc.c
|
||||
@ -6,7 +6,7 @@ LDDIR?= $(.CURDIR)/..
|
||||
LDFLAGS += -static
|
||||
CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O
|
||||
BINDIR= ${DESTDIR}/sbin
|
||||
MAN8 = ldconfig.0
|
||||
MAN8 = ldconfig.8
|
||||
|
||||
.PATH: $(LDDIR) $(LDDIR)/$(MACHINE)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.2 1993/11/03 05:20:49 cgd Exp $
|
||||
# $Id: Makefile,v 1.3 1993/11/09 04:19:20 paul Exp $
|
||||
|
||||
PROG= ldconfig
|
||||
SRCS= ldconfig.c shlib.c etc.c
|
||||
@ -6,7 +6,7 @@ LDDIR?= $(.CURDIR)/..
|
||||
LDFLAGS += -static
|
||||
CFLAGS += -I$(LDDIR) -I$(.CURDIR) -I$(LDDIR)/$(MACHINE) -O
|
||||
BINDIR= ${DESTDIR}/sbin
|
||||
MAN8 = ldconfig.0
|
||||
MAN8 = ldconfig.8
|
||||
|
||||
.PATH: $(LDDIR) $(LDDIR)/$(MACHINE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user