summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-03-03 07:00:20 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-03-03 07:00:20 +0000
commit129ec01ab643ecb239e8623882401f147563da6d (patch)
treef46eaacfdfe264d9ddeb2f4b0075970177455bf4 /gnu
parentcf65d7238e5e338b4b963b99e0ea2905e0885e1c (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/genclass/Makefile5
-rw-r--r--gnu/usr.bin/ld/ld.14
-rw-r--r--gnu/usr.bin/ld/ldconfig/ldconfig.84
-rw-r--r--gnu/usr.bin/ld/ldd/Makefile9
4 files changed, 11 insertions, 11 deletions
diff --git a/gnu/usr.bin/genclass/Makefile b/gnu/usr.bin/genclass/Makefile
index 808b01231c2a..87eb7553cd00 100644
--- a/gnu/usr.bin/genclass/Makefile
+++ b/gnu/usr.bin/genclass/Makefile
@@ -1,8 +1,9 @@
#
-# $Id$
+# $Id: Makefile,v 1.1 1996/10/03 23:00:09 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
+MAN1= genclass.1
.PATH: ${GPPDIR}/libg++/src ${GPPDIR}/libg++/genclass
@@ -46,7 +47,7 @@ beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${GEN:S;^;${GPPDIR}/libg++/src/gen/;} \
${DESTDIR}${PROTODIR}
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} genclass \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} genclass \
${DESTDIR}${BINDIR}
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1
index 31aec522baca..3268aabc3305 100644
--- a/gnu/usr.bin/ld/ld.1
+++ b/gnu/usr.bin/ld/ld.1
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ld.1,v 1.18 1997/05/31 04:28:53 jdp Exp $
+.\" $Id: ld.1,v 1.12.2.2 1997/08/08 02:17:59 jdp Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -153,7 +153,7 @@ standard output, and exit.
Add
.Ar path
to the list of directories to search for libraries specified with the
-.Ar -l
+.Fl l
option.
.It Fl l Ns Ar lib-spec
This option specifies a library to be considered for inclusion in the
diff --git a/gnu/usr.bin/ld/ldconfig/ldconfig.8 b/gnu/usr.bin/ld/ldconfig/ldconfig.8
index 8dbff3449e2f..dda7ce5d0c8f 100644
--- a/gnu/usr.bin/ld/ldconfig/ldconfig.8
+++ b/gnu/usr.bin/ld/ldconfig/ldconfig.8
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ldconfig.8,v 1.9.2.2 1997/08/08 02:18:07 jdp Exp $
+.\" $Id: ldconfig.8,v 1.9.2.3 1997/12/25 07:57:42 jkh Exp $
.\"
.Dd October 3, 1993
.Dt LDCONFIG 8
@@ -137,8 +137,6 @@ are under control of the system's administrator.
Default
.Dq hints
file.
-.It Pa /etc/ld.so.conf
-Standard configuration file.
.Sh SEE ALSO
.Xr ld 1 ,
.Xr link 5
diff --git a/gnu/usr.bin/ld/ldd/Makefile b/gnu/usr.bin/ld/ldd/Makefile
index 03351032e15d..e321839a842d 100644
--- a/gnu/usr.bin/ld/ldd/Makefile
+++ b/gnu/usr.bin/ld/ldd/Makefile
@@ -1,7 +1,8 @@
-# $Id: Makefile,v 1.3 1993/12/16 21:51:27 nate Exp $
+# $Id: Makefile,v 1.4 1996/10/01 02:16:12 peter Exp $
-PROG= ldd
-SRCS= ldd.c sods.c
-BINDIR= /usr/bin
+PROG= ldd
+SRCS= ldd.c sods.c
+CFLAGS+= -Wall
+BINDIR= /usr/bin
.include <bsd.prog.mk>