summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar
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/ar
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/ar')
-rw-r--r--usr.bin/ar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile
index 6192cca..ec9b262 100644
--- a/usr.bin/ar/Makefile
+++ b/usr.bin/ar/Makefile
@@ -1,12 +1,12 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= ar
-BINDIR= /usr/libexec/aout
-MAN1aout=ar.1aout
CFLAGS+=-I${.CURDIR}
SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \
move.c print.c replace.c
-MAN1= ar.1
+MAN1aout=ar.1aout
MAN5= ar.5
+BINDIR= /usr/libexec/aout
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud