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