diff options
-rw-r--r-- | proto/Makefile | 4 |
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> |