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-ati
/
Makefile
blob
6e4bf4aea9d9f1b9c87487f67ee99e3666ae62cb
1
# $NetBSD: Makefile,v 1.5 2014/07/26 08:04:54 mrg Exp $
2
3
DRIVER
=
xf86-video-ati
4
DRIVER_NAME
=
ati_drv
5
6
SRCS
=
ati.c atimodule.c
7
MAN
=
ati
.4
8
9
LIBDPLIBS
+=
drm_radeon
${
.CURDIR
}/
..
/
..
/
..
/
lib
/
libdrm_radeon
10
11
.
include
"../Makefile.xf86-driver"