Home | History | Annotate | Line # | Download | only in xf86-video-vesa
      1 #	$NetBSD: Makefile,v 1.7 2016/10/08 20:08:57 mrg Exp $
      2 
      3 DRIVER=		xf86-video-vesa
      4 DRIVER_NAME=	vesa_drv
      5 
      6 SRCS=		vesa.c
      7 MAN=		vesa.4
      8 
      9 COPTS.vesa.c+=	-Wno-error
     10 
     11 .include "../Makefile.xf86-driver"
     12