9 lines
229 B
Makefile
9 lines
229 B
Makefile
|
# $OpenBSD: Makefile,v 1.1 2008/03/25 23:28:20 matthieu Exp $
|
||
|
|
||
|
HEADERS_SUBDIRS= X11/dri GL/internal
|
||
|
HEADERS_X11_dri= xf86dri.h xf86dristr.h
|
||
|
HEADERS_GL_internal= dri_interface.h
|
||
|
PKGCONFIG= xf86driproto.pc
|
||
|
|
||
|
.include <bsd.xorg.mk>
|