summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-06-21 02:46:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-06-21 02:46:39 +0000
commitdf077bf9a386a48e15f05acded23d0d3abc871d1 (patch)
treeef1259265f97aa221771efd90ef24e309772428e /lib/libpthread
parentd34c5a5d48b03d3a7b58d5c4e60e1045b702cd73 (diff)
A piece of this is still needed
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
new file mode 100644
index 00000000000..e96ae83e0f0
--- /dev/null
+++ b/lib/libpthread/Makefile
@@ -0,0 +1,16 @@
+# $OpenBSD: Makefile,v 1.25 2012/06/21 02:46:38 deraadt Exp $
+
+#
+# librthread still uses this
+#
+
+SRCDIR= ${.CURDIR}
+LIBCSRCDIR= ${.CURDIR}/../libc
+
+.include "${SRCDIR}/include/Makefile.inc"
+.include "${SRCDIR}/sys/Makefile.inc"
+.include "${SRCDIR}/thread/Makefile.inc"
+.include "${SRCDIR}/uthread/Makefile.inc"
+.include "${SRCDIR}/man/Makefile.inc"
+
+.include <bsd.lib.mk>