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