summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-06-21 02:46:38 +0000
committerderaadt <deraadt@openbsd.org>2012-06-21 02:46:38 +0000
commit6a4cbea3339007cf7af0e78de6c02891fd063f48 (patch)
tree849275ba21fe05283d85e0222f9e805358ca0779 /lib/libpthread
parentUpdate to reflect API changes (diff)
downloadwireguard-openbsd-6a4cbea3339007cf7af0e78de6c02891fd063f48.tar.xz
wireguard-openbsd-6a4cbea3339007cf7af0e78de6c02891fd063f48.zip
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>