diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 14:16:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-09-14 14:16:05 +0000 |
commit | 12b51908646790c29fb6a9d5aab852ee950239cd (patch) | |
tree | 3d9269dc2633e7864490b55973effd02f3f0284b | |
parent | 4cee52b4fab4efe9fce75872850b22f985c53049 (diff) |
Skip deprecated xf86rushproto.
-rw-r--r-- | proto/Makefile | 4 |
1 files 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 <bsd.xconf.mk> @@ -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 |