Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / mit / xorg / lib / libdrm / drm / Makefile
blobc88b22c79f25d07889e856f9bdaddc5816b39f6d
1 # $NetBSD: Makefile,v 1.2 2009/06/09 03:05:37 mrg Exp $
3 # install include/drm files
5 .include <bsd.own.mk>
7 .PATH: ${X11SRCDIR.drm}/shared-core
8 .PATH: ${X11SRCDIR.drm}/bsd-core
10 INCS= drm.h drm_sarea.h drm_mode.h \
11 i915_drm.h mach64_drm.h mga_drm.h nouveau_drm.h \
12 r128_drm.h r300_reg.h radeon_drm.h \
13 savage_drm.h sis_drm.h via_3d_reg.h via_drm.h \
14 xgi_drm.h
15 INCSDIR=${X11INCDIR}/drm
17 .include <bsd.x11.mk>
18 .include <bsd.prog.mk>