1# $NetBSD: Makefile,v 1.5 1997/06/23 14:15:33 mrg Exp $ 2 3.if ${MACHINE} == "atari" || ${MACHINE} == "amiga" 4PROG=iteconfig 5CFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE} 6.endif 7 8MAN= iteconfig.8 9 10.include <bsd.prog.mk> 11