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