Home | History | Annotate | Line # | Download | only in xf86-video-igs
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2009/11/10 21:44:11 macallan Exp $
      2 
      3 DRIVER=		xf86-video-igs
      4 DRIVER_NAME=	igs_drv
      5 
      6 SRCS=		igs_driver.c igs_cursor.c igs_accel.c
      7 MAN=		igs.4
      8 
      9 CPPFLAGS+=	-DHAVE_CONFIG_H -I${X11SRCDIR.${DRIVER}}/../include
     10 
     11 .include "../Makefile.xf86-driver"
     12