10 lines
213 B
Makefile
10 lines
213 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2008/11/11 03:37:27 macallan Exp $
|
||
|
|
||
|
DRIVER= xf86-video-ag10e
|
||
|
DRIVER_NAME= ag10e_drv
|
||
|
|
||
|
SRCS= ag10e_accel.c ag10e_cursor.c ag10e_driver.c
|
||
|
MAN= ag10e.4
|
||
|
|
||
|
.include "../Makefile.xf86-driver"
|