Cahnged ldconfig.0 to ldconfig.8 for our man system.

This commit is contained in:
Paul Richards 1993-11-09 20:39:46 +00:00
parent 129619c245
commit f1a0d2dfc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=745
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)