10 lines
193 B
Makefile
10 lines
193 B
Makefile
|
# $NetBSD: Makefile,v 1.2 2008/08/03 07:32:04 rtr Exp $
|
||
|
|
||
|
DRIVER= xf86-video-imstt
|
||
|
DRIVER_NAME= imstt_drv
|
||
|
|
||
|
SRCS= imstt_accel.c imstt_driver.c
|
||
|
MAN= imstt.4
|
||
|
|
||
|
.include "../Makefile.xf86-driver"
|