diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 14:43:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 14:43:13 +0000 |
commit | cc22a05bcd24e9b6e8c5b339eadeae2e7b9cdb6e (patch) | |
tree | f162807dc34167aecde77ba866a3fa26c041d3db /lib/xcb-util/Makefile | |
parent | 86bb951017acff65627eb198fe1fa4c73b46aad4 (diff) |
build system for xcb-util
Diffstat (limited to 'lib/xcb-util/Makefile')
-rw-r--r-- | lib/xcb-util/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xcb-util/Makefile b/lib/xcb-util/Makefile new file mode 100644 index 000000000..f081bdd76 --- /dev/null +++ b/lib/xcb-util/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2009/05/23 14:43:12 matthieu Exp $ + +SUBDIR= atom aux event property icccm image keysymsrenderutil reply + +.include <bsd.subdir.mk> +.include <bsd.xorg.mk> |