Install the legacy man file in section 1aout.

This commit is contained in:
John Birrell 1998-09-07 05:46:09 +00:00
parent 05dcabb215
commit b43abe2d55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38896
2 changed files with 4 additions and 2 deletions

View file

@ -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 \

View file

@ -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} \