From f1a0d2dfc63da2107b5b8d5c3640e184455125a5 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Tue, 9 Nov 1993 20:39:46 +0000 Subject: Cahnged ldconfig.0 to ldconfig.8 for our man system. --- sbin/ldconfig/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin') diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index e655e2648df6..3d9905f27532 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -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) -- cgit v1.2.3