diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-05-24 14:43:18 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-17 18:10:22 +0200 |
commit | 829f63a15cf9841c3a63fe3c17a5bd940062a610 (patch) | |
tree | 1d1b572863af2b71b27468f4923e01d684b5199b | |
parent | 51c28095951676a5896437c4c3aa40fb1972bad2 (diff) |
BSD Makefileobsd
-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..ac31071 --- /dev/null +++ b/Makefile.bsd-wrapper @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/03/15 23:00:47 matthieu Exp $ + +SHARED_LIBS= Xinerama 5.0 + +.include <bsd.xorg.mk> |