007b865605
installing it clobbers the elf ${MAN1}. The MAN1 -> MAN1aout changes actually work now. Fixed order of MAN* and BINDIR.
13 lines
257 B
Makefile
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>
|