Home | History | Annotate | Line # | Download | only in xf86-video-vesa
Makefile revision 1.6
      1 #	$NetBSD: Makefile,v 1.6 2016/09/27 02:33:16 christos 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 CPPFLAGS+=-DXFree86LOADER
     11 
     12 .include "../Makefile.xf86-driver"
     13