diff options
author | John Birrell <jb@FreeBSD.org> | 1998-09-07 05:46:09 +0000 |
---|---|---|
committer | John Birrell <jb@FreeBSD.org> | 1998-09-07 05:46:09 +0000 |
commit | b43abe2d55ac7205bdb7d306f277afc66ebec672 (patch) | |
tree | 5d56fa3eb6b877bfcb2949346f137401ada7d1ac | |
parent | 05dcabb21599bc4d7a5156aed64950d62c76d94a (diff) |
Install the legacy man file in section 1aout.
Notes
Notes:
svn path=/head/; revision=38896
-rw-r--r-- | gnu/usr.bin/as/Makefile | 3 | ||||
-rw-r--r-- | gnu/usr.bin/ld/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/Makefile b/gnu/usr.bin/as/Makefile index cb016bc94ffd..b812ec7896f6 100644 --- a/gnu/usr.bin/as/Makefile +++ b/gnu/usr.bin/as/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.1 (Berkeley) 3/3/91 -# $Id: Makefile,v 1.14 1998/05/25 17:34:36 sos Exp $ +# $Id: Makefile,v 1.15 1998/08/31 20:48:13 jb Exp $ .include "config/Makefile.$(MACHINE_ARCH)" @@ -17,6 +17,7 @@ ADDINCLUDE=-I${.OBJDIR} PROG= as BINDIR= /usr/libexec/aout +MAN1aout=as.1aout SRCS+= app.c as.c atof-generic.c bignum-copy.c \ cond.c expr.c flo-const.c flo-copy.c flonum-mult.c \ frags.c hash.c hex-value.c input-file.c input-scrub.c \ diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 547614a12265..eda092e2f27d 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1998/06/01 14:08:01 peter Exp $ +# $Id: Makefile,v 1.25 1998/06/12 15:50:57 peter Exp $ # RTLD= ${.CURDIR}/../../../libexec/rtld-aout @@ -6,6 +6,7 @@ GCCDIR= ${.CURDIR}/../../../contrib/gcc PROG= ld BINDIR= /usr/libexec/aout +MAN1aout=ld.1aout SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ cplus-dem.c CFLAGS+= -I${.CURDIR} -I${RTLD} -I${RTLD}/${MACHINE} \ |