diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-24 20:11:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-24 20:11:13 +0000 |
commit | ceca41e856aed2c37b55ce36bf28005020113dc3 (patch) | |
tree | 3219beedd109037d7f96500f2cf5188e98fc2e0f | |
parent | 67e770d4c8321e7bebe85592927503dc9e16d84e (diff) |
Unlink printproto from the build
-rw-r--r-- | proto/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/proto/Makefile b/proto/Makefile index 435452131..33c7c0c51 100644 --- a/proto/Makefile +++ b/proto/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2010/04/10 21:26:00 matthieu Exp $ +# $OpenBSD: Makefile,v 1.10 2010/04/24 20:11:12 matthieu Exp $ .include <bsd.xconf.mk> -SUBDIR= bigreqsproto compositeproto dmxproto damageproto \ +SUBDIR= bigreqsproto compositeproto dmxproto damageproto \ fixesproto fontcacheproto fontsproto glproto inputproto \ - kbproto pmproto xineramaproto printproto randrproto \ + kbproto pmproto xineramaproto randrproto \ recordproto renderproto resourceproto scrnsaverproto \ videoproto x11proto xcmiscproto xextproto \ xf86bigfontproto xf86dgaproto xf86miscproto \ @@ -19,7 +19,7 @@ SUBDIR+= xcb-proto .endif # deprecated -# evieproto trapproto +# evieproto printproto trapproto .include <bsd.subdir.mk> |