reachover for the igs driver

This commit is contained in:
macallan 2009-11-10 21:44:11 +00:00
parent e58b11d12a
commit 8068174863
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# $NetBSD: Makefile,v 1.1 2009/11/10 21:44:11 macallan Exp $
DRIVER= xf86-video-igs
DRIVER_NAME= igs_drv
SRCS= igs_driver.c igs_cursor.c igs_accel.c
MAN= igs.4
CPPFLAGS+= -DHAVE_CONFIG_H -I${X11SRCDIR.${DRIVER}}/../include
.include "../Makefile.xf86-driver"