summaryrefslogtreecommitdiffstats
path: root/sbin/ldconfig
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1993-11-06 23:15:53 +0000
committerpaul <paul@FreeBSD.org>1993-11-06 23:15:53 +0000
commit0ec4b5ba38b8c5e1a22e891c461dd6ab2b81cd87 (patch)
tree493ac563494be922a5ba806f1139d59625f7369c /sbin/ldconfig
parent176ef9b050da4c35662db0271e9b1a325184f5f5 (diff)
downloadFreeBSD-src-0ec4b5ba38b8c5e1a22e891c461dd6ab2b81cd87.zip
FreeBSD-src-0ec4b5ba38b8c5e1a22e891c461dd6ab2b81cd87.tar.gz
Changed ldconfig.0 to ldconfig.8 for our man setup.
Diffstat (limited to 'sbin/ldconfig')
-rw-r--r--sbin/ldconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile
index e655e26..231fec0 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.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)
OpenPOWER on IntegriCloud