Home | History | Annotate | Line # | Download | only in iteconfig
      1  1.7   lukem #   $NetBSD: Makefile,v 1.7 2002/09/18 03:54:32 lukem Exp $
      2  1.7   lukem 
      3  1.7   lukem .include <bsd.own.mk>
      4  1.1  chopps 
      5  1.4     mrg .if ${MACHINE} == "atari" || ${MACHINE} == "amiga"
      6  1.1  chopps PROG=iteconfig
      7  1.7   lukem CPPFLAGS+=-I${NETBSDSRCDIR}/sys/arch -D${MACHINE}
      8  1.4     mrg .endif
      9  1.4     mrg 
     10  1.5     mrg MAN=	iteconfig.8
     11  1.1  chopps 
     12  1.1  chopps .include <bsd.prog.mk>
     13