From ef78caa466b8a483e52a65d719c686eec8576ac6 Mon Sep 17 00:00:00 2001 From: matthieu Date: Sun, 14 Sep 2008 14:16:04 +0000 Subject: [PATCH] Skip deprecated xf86rushproto. --- proto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/Makefile b/proto/Makefile index 8231c7a68..6b15c6f54 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2008/03/25 23:28:19 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2008/09/14 14:16:04 matthieu Exp $ .include @@ -8,7 +8,7 @@ SUBDIR= bigreqsproto compositeproto dmxproto damageproto evieproto \ recordproto renderproto resourceproto scrnsaverproto \ trapproto videoproto x11proto xcmiscproto xextproto \ xf86bigfontproto xf86dgaproto xf86miscproto \ - xf86rushproto xf86vidmodeproto + xf86vidmodeproto .if ${XENOCARA_BUILD_DRI:L} == "yes" SUBDIR+= xf86driproto