[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ar

File: [local] / src / usr.bin / ar / Attic / Makefile (download)

Revision 1.4, Mon Sep 19 13:01:26 2005 UTC (18 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.3: +10 -2 lines

install the 2 man pages on all architectures

#	$OpenBSD: Makefile,v 1.4 2005/09/19 13:01:26 deraadt Exp $

.include <bsd.own.mk>

.if (${ELF_TOOLCHAIN:L} == "no")
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 
MAN=	ar.1
.else
NOPROG=
.endif

MAN+=	ar.5

.include <bsd.prog.mk>