13 lines
302 B
Makefile
13 lines
302 B
Makefile
|
# $NetBSD: Makefile,v 1.5 2013/06/25 12:27:41 macallan Exp $
|
||
|
|
||
|
DRIVER= xf86-video-suncg14
|
||
|
DRIVER_NAME= suncg14_drv
|
||
|
|
||
|
SRCS= cg14_driver.c cg14_cursor.c cg14_accel.c cg14_render.c
|
||
|
MAN= suncg14.4
|
||
|
|
||
|
CPPFLAGS+= -I${X11SRCDIR.${DRIVER}}/../include
|
||
|
CPPFLAGS+= -DHAVE_XAA_H
|
||
|
|
||
|
.include "../Makefile.xf86-driver"
|