summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-07 06:01:37 +0000
committerjb <jb@FreeBSD.org>1998-09-07 06:01:37 +0000
commitcfb1a7b65589592eee73065ada7b0e92ae6caa58 (patch)
treea0d0d66330d209b6f30cb6e74d274c77b62799f2
parent2afbc5546917f9c87aec64fbe940bdb5060d87ee (diff)
downloadFreeBSD-src-cfb1a7b65589592eee73065ada7b0e92ae6caa58.zip
FreeBSD-src-cfb1a7b65589592eee73065ada7b0e92ae6caa58.tar.gz
Install the legacy man file in section 1aout.
-rw-r--r--usr.bin/ar/Makefile1
-rw-r--r--usr.bin/nm/Makefile1
-rw-r--r--usr.bin/ranlib/Makefile1
-rw-r--r--usr.bin/size/Makefile1
-rw-r--r--usr.bin/strings/Makefile1
-rw-r--r--usr.bin/strip/Makefile2
6 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile
index 04ae922..6192cca 100644
--- a/usr.bin/ar/Makefile
+++ b/usr.bin/ar/Makefile
@@ -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
diff --git a/usr.bin/nm/Makefile b/usr.bin/nm/Makefile
index 20cd64e..639b4d0 100644
--- a/usr.bin/nm/Makefile
+++ b/usr.bin/nm/Makefile
@@ -2,5 +2,6 @@
PROG= nm
BINDIR= /usr/libexec/aout
+MAN1aout=nm.1aout
.include <bsd.prog.mk>
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile
index 452c61d..5fb6e37 100644
--- a/usr.bin/ranlib/Makefile
+++ b/usr.bin/ranlib/Makefile
@@ -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
diff --git a/usr.bin/size/Makefile b/usr.bin/size/Makefile
index 5c35df3..fabe3eb 100644
--- a/usr.bin/size/Makefile
+++ b/usr.bin/size/Makefile
@@ -2,5 +2,6 @@
PROG= size
BINDIR= /usr/libexec/aout
+MAN1aout=size.1aout
.include <bsd.prog.mk>
diff --git a/usr.bin/strings/Makefile b/usr.bin/strings/Makefile
index 7a84849..a3593c8 100644
--- a/usr.bin/strings/Makefile
+++ b/usr.bin/strings/Makefile
@@ -2,5 +2,6 @@
PROG= strings
BINDIR= /usr/libexec/aout
+MAN1aout=strings.1aout
.include <bsd.prog.mk>
diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile
index fe8ab01..f5160e6 100644
--- a/usr.bin/strip/Makefile
+++ b/usr.bin/strip/Makefile
@@ -2,7 +2,7 @@
PROG= strip
BINDIR= /usr/libexec/aout
-MAN1= strip.1
+MAN1aout=strip.1aout
CLEANFILES += maybe_stripped
all: maybe_stripped
OpenPOWER on IntegriCloud