summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-01 15:43:45 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-05-01 15:43:45 +0000
commit2fbbf864998fcf0ad14a3ed128f7107ed774b68a (patch)
treeed27e51db285c5885e38fb84a78134ba0612efb5
parent1feafdd0b38e149eca4d10804edcf0d84c42e771 (diff)
Install dri2 headers. ok oga@
-rw-r--r--proto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/Makefile b/proto/Makefile
index 6b15c6f54..c917fb089 100644
--- a/proto/Makefile
+++ b/proto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2008/09/14 14:16:04 matthieu Exp $
+# $OpenBSD: Makefile,v 1.7 2009/05/01 15:43:44 matthieu Exp $
.include <bsd.xconf.mk>
@@ -11,7 +11,7 @@ SUBDIR= bigreqsproto compositeproto dmxproto damageproto evieproto \
xf86vidmodeproto
.if ${XENOCARA_BUILD_DRI:L} == "yes"
-SUBDIR+= xf86driproto
+SUBDIR+= xf86driproto dri2proto
.endif
.include <bsd.subdir.mk>