freebsd-src/usr.bin/ranlib/Makefile
Bruce Evans 007b865605 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.
1998-10-10 12:48:48 +00:00

13 lines
257 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
PROG= ranlib
SRCS= archive.c build.c misc.c ranlib.c touch.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ar
MAN1aout=ranlib.1aout
MAN5= ranlib.5
BINDIR= /usr/libexec/aout
VPATH= ${.CURDIR}/../ar
.include <bsd.prog.mk>