diff options
author | Paul Richards <paul@FreeBSD.org> | 1993-11-06 23:15:53 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1993-11-06 23:15:53 +0000 |
commit | d58b98d0183746e1d021c786d23e29eb4e304bde (patch) | |
tree | 493ac563494be922a5ba806f1139d59625f7369c /gnu | |
parent | 75b40a6f557dd59599d4e92a392371c47d2f2cd1 (diff) | |
download | src-d58b98d0183746e1d021c786d23e29eb4e304bde.tar.gz src-d58b98d0183746e1d021c786d23e29eb4e304bde.zip |
Changed ldconfig.0 to ldconfig.8 for our man setup.
Notes
Notes:
svn path=/head/; revision=703
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/ld/ldconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile index e655e2648df6..231fec05f690 100644 --- a/gnu/usr.bin/ld/ldconfig/Makefile +++ b/gnu/usr.bin/ld/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) |