Home | History | Annotate | Line # | Download | only in xf86-video-crime
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2008/11/06 22:08:39 macallan Exp $
      2 
      3 DRIVER=		xf86-video-crime
      4 DRIVER_NAME=	crime_drv
      5 
      6 SRCS=		crime_driver.c crime_cursor.c crime_accel.c
      7 MAN=		crime.4
      8 
      9 CFLAGS+=	-march=mips3
     10 
     11 .include "../Makefile.xf86-driver"
     12