1 # $NetBSD: Makefile,v 1.4 2016/09/27 19:15:09 joerg Exp $ 2 3 DRIVER= xf86-video-suntcx 4 DRIVER_NAME= suntcx_drv 5 6 SRCS= tcx_driver.c tcx_cursor.c tcx_accel.c 7 8 CPPFLAGS+= ${X11FLAGS.DRI} 9 10 MAN= suntcx.4 11 12 CWARNFLAGS.clang+= -Wno-pointer-sign 13 14 .include "../Makefile.xf86-driver" 15