Home | History | Annotate | Line # | Download | only in dri
      1 #	$NetBSD: Makefile,v 1.1 2018/03/14 08:55:36 mrg Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .PATH:	${X11SRCDIR.xorgproto}/include/X11/dri
      6 
      7 INCS=	xf86dri.h \
      8 	xf86dristr.h \
      9 	xf86driproto.h
     10 
     11 INCSDIR=${X11INCDIR}/X11/dri
     12 
     13 NOOBJ=	# defined
     14 
     15 .include <bsd.x11.mk>
     16 .include <bsd.prog.mk>
     17