Install the legacy man file in section 1aout.

This commit is contained in:
John Birrell 1998-09-07 06:01:37 +00:00
parent c908270ee3
commit a8228cf988
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38899
6 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,7 @@
PROG= ar
BINDIR= /usr/libexec/aout
MAN1aout=ar.1aout
CFLAGS+=-I${.CURDIR}
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
move.c print.c replace.c

View File

@ -2,5 +2,6 @@
PROG= nm
BINDIR= /usr/libexec/aout
MAN1aout=nm.1aout
.include <bsd.prog.mk>

View File

@ -2,6 +2,7 @@
PROG= ranlib
BINDIR= /usr/libexec/aout
MAN1aout=ranlib.1aout
SRCS= archive.c build.c misc.c ranlib.c touch.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ar
MAN1= ranlib.1

View File

@ -2,5 +2,6 @@
PROG= size
BINDIR= /usr/libexec/aout
MAN1aout=size.1aout
.include <bsd.prog.mk>

View File

@ -2,5 +2,6 @@
PROG= strings
BINDIR= /usr/libexec/aout
MAN1aout=strings.1aout
.include <bsd.prog.mk>

View File

@ -2,7 +2,7 @@
PROG= strip
BINDIR= /usr/libexec/aout
MAN1= strip.1
MAN1aout=strip.1aout
CLEANFILES += maybe_stripped
all: maybe_stripped