diff options
author | paul <paul@FreeBSD.org> | 1993-11-09 20:39:46 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1993-11-09 20:39:46 +0000 |
commit | 4d78d6f7a63740966e836a5ade6bf9e190682268 (patch) | |
tree | 7e76766ef45112d4410497c19a4ccfd7c18facc1 /sbin/ldconfig/Makefile | |
parent | 449a9dbe1061e868985cc4bd663f7dcc4746ce57 (diff) | |
download | FreeBSD-src-4d78d6f7a63740966e836a5ade6bf9e190682268.zip FreeBSD-src-4d78d6f7a63740966e836a5ade6bf9e190682268.tar.gz |
Cahnged ldconfig.0 to ldconfig.8 for our man system.
Diffstat (limited to 'sbin/ldconfig/Makefile')
-rw-r--r-- | sbin/ldconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index e655e26..3d9905f 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) |