Changed ldconfig.0 to ldconfig.8 for our man setup.

This commit is contained in:
Paul Richards 1993-11-06 23:15:53 +00:00
parent 75b40a6f55
commit d58b98d018
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=703
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.1 1993/11/03 23:41:32 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.1 1993/11/03 23:41:32 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)