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-wsfb
/
Makefile
blob
8795ba62077ea05ebc72d002d5de7c73d2e5fd7c
1
# $NetBSD: Makefile,v 1.3 2008/11/04 22:21:17 macallan Exp $
2
3
DRIVER
=
xf86-video-wsfb
4
DRIVER_NAME
=
wsfb_drv
5
6
SRCS
=
wsfb_driver.c wsfb_cursor.c
7
MAN
=
wsfb
.4
8
9
CPPFLAGS
+= -
DHAVE_CONFIG_H
-
I
${
X11SRCDIR.
${
DRIVER
}}/
..
/
include
10
11
.
include
"../Makefile.xf86-driver"