summaryrefslogtreecommitdiffstats
path: root/usr.bin/ranlib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-10 12:48:48 +0000
committerbde <bde@FreeBSD.org>1998-10-10 12:48:48 +0000
commit056ba4d8e81521d3179b60b451246a5ba629d991 (patch)
tree242aa8742d35ec3beaa2aea580487006987d3665 /usr.bin/ranlib
parent406a1e144900b39255a2e8cd09e3bb4541a052ba (diff)
downloadFreeBSD-src-056ba4d8e81521d3179b60b451246a5ba629d991.zip
FreeBSD-src-056ba4d8e81521d3179b60b451246a5ba629d991.tar.gz
Don't build or install ${MAN1}. It's just a copy of ${MAN1aout} and
installing it clobbers the elf ${MAN1}. The MAN1 -> MAN1aout changes actually work now. Fixed order of MAN* and BINDIR.
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r--usr.bin/ranlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile
index 5fb6e37..60ba526 100644
--- a/usr.bin/ranlib/Makefile
+++ b/usr.bin/ranlib/Makefile
@@ -1,12 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
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
+MAN1aout=ranlib.1aout
MAN5= ranlib.5
+BINDIR= /usr/libexec/aout
VPATH= ${.CURDIR}/../ar
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud