1#	$NetBSD: Makefile,v 1.2 2008/09/13 04:32:29 cube Exp $
2
3.include <bsd.own.mk>
4
5.PATH:	${X11SRCDIR.xf86dgaproto}
6
7INCS=	xf86dga.h \
8	xf86dga1str.h \
9	xf86dgastr.h \
10	xf86dga1const.h \
11	xf86dga1proto.h \
12	xf86dgaconst.h \
13	xf86dgaproto.h
14
15INCSDIR=${X11INCDIR}/X11/extensions
16
17NOOBJ=	# defined
18
19PKGCONFIG=	xf86dgaproto
20
21.include <bsd.x11.mk>
22.include <bsd.prog.mk>
23