Home | History | Annotate | Line # | Download | only in videomode
Makefile revision 1.6
      1  1.6      tv #	$NetBSD: Makefile,v 1.6 2001/12/12 01:48:56 tv Exp $
      2  1.1  chopps 
      3  1.2     mrg .if ${MACHINE} == "amiga"
      4  1.1  chopps PROG=videomode
      5  1.4   lukem CPPFLAGS+=-I${.CURDIR}/../../sys/arch -D${MACHINE}
      6  1.3   mikel .else
      7  1.6      tv NOOBJ=	# defined
      8  1.2     mrg .endif
      9  1.6      tv NOMAN=	# defined
     10  1.1  chopps 
     11  1.1  chopps .include <bsd.prog.mk>
     12