summaryrefslogtreecommitdiff
path: root/proto/dri2proto
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-01-13 20:50:29 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-01-13 20:50:29 +0000
commit6737a7909bcccc46b2afaeda13a26a41d5767c18 (patch)
tree01a18de717d9a6da20f7f7387924255c449043a9 /proto/dri2proto
parent6bc49003a9bfff873fd8e203700ae15d0d0c6806 (diff)
adapt for version 1.99.3: add dri2tokens.h
Diffstat (limited to 'proto/dri2proto')
-rw-r--r--proto/dri2proto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto/dri2proto/Makefile b/proto/dri2proto/Makefile
index 7e5c6334f..aaf2e737a 100644
--- a/proto/dri2proto/Makefile
+++ b/proto/dri2proto/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 2008/09/14 16:51:14 matthieu Exp $
+# $OpenBSD: Makefile,v 1.2 2009/01/13 20:50:28 matthieu Exp $
HEADERS_SUBDIR= X11/extensions/
-HEADERS= dri2proto.h
+HEADERS= dri2proto.h dri2tokens.h
PKGCONFIG= dri2proto.pc
.include <bsd.xorg.mk>