freebsd-dev/usr.bin/ar/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
249 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
PROG= ar
CFLAGS+=-I${.CURDIR}
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
move.c print.c replace.c
MAN1aout=ar.1aout
MAN5= ar.5
BINDIR= /usr/libexec/aout
.include <bsd.prog.mk>