repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
external
/
mit
/
xorg
/
server
/
drivers
/
xf86-video-ark
/
Makefile
blob
52ec78f509be618490103e3a1d8e125a80323eae
1
# $NetBSD: Makefile,v 1.5 2015/07/23 02:04:09 mrg Exp $
2
3
DRIVER
=
xf86-video-ark
4
DRIVER_NAME
=
ark_drv
5
6
SRCS
=
ark_accel.c ark_driver.c
7
8
CPPFLAGS
+= -
DPACKAGE_VERSION
=
\"
${
PACKAGE_VERSION
}
\"
9
CPPFLAGS
+= -
DHAVE_XAA_H
10
11
#LSC: Clang/Minix3
12
NOCLANGERROR?
=
yes
13
14
.
include
"../Makefile.xf86-driver"