diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-01 10:33:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-01 10:33:13 +0000 |
commit | 78adb777ff3cf23918876e2f594e444ceb6ac302 (patch) | |
tree | 0e64def7ac6a9d21ba202e42b5a9203858f9cd2e /lib/libdrm | |
parent | 7b00fdfbe2e83eb8ce1258bafa7927eeb77c0892 (diff) |
add build infrastructure.
Diffstat (limited to 'lib/libdrm')
-rw-r--r-- | lib/libdrm/Makefile.bsd-wrapper | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libdrm/Makefile.bsd-wrapper b/lib/libdrm/Makefile.bsd-wrapper new file mode 100644 index 000000000..ed12021bc --- /dev/null +++ b/lib/libdrm/Makefile.bsd-wrapper @@ -0,0 +1,4 @@ +# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2007/01/01 10:33:12 matthieu Exp $ + +SHARED_LIBS= Xau 9.0 +.include <bsd.xorg.mk> |