10 lines
168 B
Makefile
10 lines
168 B
Makefile
|
# $NetBSD: Makefile,v 1.4 2008/08/30 04:44:34 mrg Exp $
|
||
|
|
||
|
DRIVER= xf86-video-vesa
|
||
|
DRIVER_NAME= vesa_drv
|
||
|
|
||
|
SRCS= vesa.c
|
||
|
MAN= vesa.4
|
||
|
|
||
|
.include "../Makefile.xf86-driver"
|