Home | History | Annotate | Line # | Download | only in grfconfig
Makefile revision 1.5
      1  1.5   lukem #   $NetBSD: Makefile,v 1.5 1997/10/25 06:58:00 lukem Exp $
      2  1.1  chopps 
      3  1.2     mrg .if ${MACHINE} == "amiga"
      4  1.3   veego PROG=		grfconfig
      5  1.5   lukem CPPFLAGS+=	-I${.CURDIR}/../../sys/arch -D${MACHINE}
      6  1.2     mrg .endif
      7  1.2     mrg 
      8  1.1  chopps MAN=	grfconfig.8
      9  1.1  chopps 
     10  1.1  chopps .include <bsd.prog.mk>
     11