diff options
author | Matthieu Herrb <matthieu@deville.herrb.com> | 2007-05-31 22:20:21 -0600 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 17:44:27 +0200 |
commit | 85279a83f24c0bb13dc3f15b17fb2f74288158e4 (patch) | |
tree | 4cb36b3e600580f5c4cf3a4dbb5a1e4b998569c5 | |
parent | 2d1aae42f0497b198f79b9e791856343d14503b1 (diff) |
add Makefile.bsd-wrapperobsd
-rw-r--r-- | Makefile.bsd-wrapper | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.bsd-wrapper b/Makefile.bsd-wrapper new file mode 100644 index 0000000..bfe9898 --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2013/08/13 07:07:14 guenther Exp $ + +SHARED_LIBS= Xdamage 4.0 + +.include <bsd.xorg.mk> |