971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
11 lines
265 B
Makefile
11 lines
265 B
Makefile
# $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"
|