diff options
author | jb <jb@FreeBSD.org> | 1998-09-07 06:01:37 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-09-07 06:01:37 +0000 |
commit | cfb1a7b65589592eee73065ada7b0e92ae6caa58 (patch) | |
tree | a0d0d66330d209b6f30cb6e74d274c77b62799f2 /usr.bin/ranlib | |
parent | 2afbc5546917f9c87aec64fbe940bdb5060d87ee (diff) | |
download | FreeBSD-src-cfb1a7b65589592eee73065ada7b0e92ae6caa58.zip FreeBSD-src-cfb1a7b65589592eee73065ada7b0e92ae6caa58.tar.gz |
Install the legacy man file in section 1aout.
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r-- | usr.bin/ranlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |