diff options
-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 cb016bc..b812ec7 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 547614a..eda092e 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} \ |