repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
external
/
mit
/
xorg
/
server
/
drivers
/
xf86-video-suntcx
/
Makefile
blob
d97a61d71fc7e5be5f03a3f3ab5b8f297565c7f0
1
# $NetBSD: Makefile,v 1.2 2009/01/20 10:18:32 martin 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
.
include
"../Makefile.xf86-driver"