mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
Install the legacy man file in section 1aout.
This commit is contained in:
parent
c908270ee3
commit
a8228cf988
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38899
@ -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
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
PROG= nm
|
||||
BINDIR= /usr/libexec/aout
|
||||
MAN1aout=nm.1aout
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -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
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
PROG= size
|
||||
BINDIR= /usr/libexec/aout
|
||||
MAN1aout=size.1aout
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
PROG= strings
|
||||
BINDIR= /usr/libexec/aout
|
||||
MAN1aout=strings.1aout
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= strip
|
||||
BINDIR= /usr/libexec/aout
|
||||
MAN1= strip.1
|
||||
MAN1aout=strip.1aout
|
||||
CLEANFILES += maybe_stripped
|
||||
|
||||
all: maybe_stripped
|
||||
|
Loading…
x
Reference in New Issue
Block a user