xref: /netbsd-src/external/mit/xorg/server/drivers/xf86-video-suntcx/Makefile (revision c7c727fae85036860d5bb848f2730ff419e2b060)
1#	$NetBSD: Makefile,v 1.1 2009/08/26 22:30:46 macallan Exp $
2
3DRIVER=		xf86-video-suntcx
4DRIVER_NAME=	suntcx_drv
5
6SRCS=		tcx_driver.c tcx_cursor.c tcx_accel.c
7
8CPPFLAGS+=	${X11FLAGS.DRI}
9
10MAN=		suntcx.4
11
12.include "../Makefile.xf86-driver"
13