diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 15:04:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 15:04:35 +0000 |
commit | fd92bf6e97114680dcaa6ad4f7a6eaded7a4bab7 (patch) | |
tree | 1bba73b094ccc81027d3acac26e138dd3ef95b19 /lib/libpthread-stubs/Makefile | |
parent | 548bad35bd9b4e65bcac27ea5f7243b9227647b9 (diff) |
Replace autotools with a simpler BSD Makefile.
Diffstat (limited to 'lib/libpthread-stubs/Makefile')
-rw-r--r-- | lib/libpthread-stubs/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libpthread-stubs/Makefile b/lib/libpthread-stubs/Makefile new file mode 100644 index 000000000..c54d0caf0 --- /dev/null +++ b/lib/libpthread-stubs/Makefile @@ -0,0 +1,14 @@ +# $OpenBSD: Makefile,v 1.1 2009/05/23 15:04:34 matthieu Exp $ + +LIB= pthread-stubs + +SRCS= stubs.c + +PKGCONFIG= pthread-stubs.pc + +EXTRA_PKGCONFIG_SUBST= '-e s,@PKG_CONFIG_LIBS@,-L$${libdir} -lpthread-stubs,g' + +obj: _xenocara_obj + +.include <bsd.lib.mk> +.include <bsd.xorg.mk> |