From 056ba4d8e81521d3179b60b451246a5ba629d991 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 10 Oct 1998 12:48:48 +0000 Subject: 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. --- usr.bin/ranlib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/ranlib') 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 -- cgit v1.1