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

File: [local] / src / usr.sbin / iteconfig / Attic / Makefile (download)

Revision 1.4, Sat Feb 12 15:26:40 2000 UTC (24 years, 3 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.3: +7 -3 lines

Allow for iteconfig.8 to be built everywhere.
We don't currently care about atari... if ever we do, should scrape
iteconfig_atari diffs into iteconfig.8, move the manpage to `generic' arch,
and specify it only applies to atari/amiga...

#	$OpenBSD: Makefile,v 1.4 2000/02/12 15:26:40 espie Exp $

.if ${MACHINE} == "amiga"
PROG=iteconfig
CFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE}
CFLAGS+=-W -Wall -Wstrict-prototypes
.else
NOPROG=yes
.endif

MAN=	iteconfig.8
MANSUBDIR=/amiga
.include <bsd.prog.mk>