Home | History | Annotate | Line # | Download | only in grfconfig
Makefile revision 1.4.2.1
      1  1.4.2.1   lukem #   $NetBSD: Makefile,v 1.4.2.1 1997/11/08 15:11:36 lukem Exp $
      2      1.1  chopps 
      3      1.2     mrg .if ${MACHINE} == "amiga"
      4      1.3   veego PROG=		grfconfig
      5  1.4.2.1   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