diff options
author | Owain G. Ainsworth <oga@openbsd.org> | 2010-03-11 16:51:09 +0000 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-03-11 16:51:09 +0000 |
commit | 5a1d27e9e2168836610ea3dc7798d93b6ae8a3c7 (patch) | |
tree | 9c0cee813a1330763432d795e8857fe2cf4c7a7f /Makefile.bsd-wrapper | |
parent | 8e2f98d2b057dc6cfb8c538836f1a6137d4b3c0e (diff) |
bsd makefile.
Diffstat (limited to 'Makefile.bsd-wrapper')
-rw-r--r-- | Makefile.bsd-wrapper | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper new file mode 100644 index 00000000..48fc0aec --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,9 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2008/03/25 23:41:50 matthieu Exp $ + +.include <bsd.xconf.mk> + +.if ${XENOCARA_BUILD_DRI:L} != "yes" +CONFIGURE_ARGS+= --disable-dri +.endif + +.include <bsd.xorg.mk> |