diff options
author | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-09-02 21:35:58 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2024-05-05 11:56:03 +0200 |
commit | 5f00184101948d1a38b2a493ef9f5d1b31c4713c (patch) | |
tree | cc5ecf3e2bcaf81a1c6c5718e9a2a3c13ca2bea4 | |
parent | 56b11459f833df8f324587847534a548b070da94 (diff) |
BSD Makefile
-rw-r--r-- | Makefile.bsd-wrapper | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper new file mode 100644 index 0000000..4be1fcf --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,8 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.7 2012/06/11 19:24:48 matthieu Exp $ + +SHARED_LIBS= Xi 11.1 + +CONFIGURE_ARGS+= --without-xmlto --without-asciidoc --without-fop \ + --disable-specs + +.include <bsd.xorg.mk> |