minix/external/mit/xorg/lib/libdrm/drm/Makefile
Lionel Sambuc 0a6a1f1d05 NetBSD re-synchronization of the source tree
This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
 - LLVM to 3.6.1
 - GCC to GCC 5.1
 - Replace minix/commands/zdump with usr.bin/zdump
 - external/bsd/libelf has moved to /external/bsd/elftoolchain/
 - Import ctwm
 - Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0
2016-01-13 20:32:14 +01:00

41 lines
681 B
Makefile

# $NetBSD: Makefile,v 1.6 2014/03/17 08:01:18 mrg Exp $
# install include/libdrm files
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.drm}/include/drm
.PATH: ${X11SRCDIR.drm}/intel
.PATH: ${X11SRCDIR.drm}/radeon
INCS= drm.h \
drm_fourcc.h \
drm_mode.h \
drm_sarea.h \
i915_drm.h \
intel_aub.h \
intel_bufmgr.h \
intel_debug.h \
mach64_drm.h \
mga_drm.h \
nouveau_drm.h \
r128_drm.h \
r600_pci_ids.h \
radeon_bo.h \
radeon_bo_gem.h \
radeon_bo_int.h \
radeon_cs.h \
radeon_cs_gem.h \
radeon_cs_int.h \
radeon_drm.h \
radeon_surface.h \
savage_drm.h \
sis_drm.h \
via_drm.h \
qxl_drm.h
INCSDIR=${X11INCDIR}/libdrm
.include <bsd.x11.mk>
.include <bsd.prog.mk>