summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/Makefile.inc
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 07:25:15 +0000
committerd <d@openbsd.org>2000-01-06 07:25:15 +0000
commit1fd350b58aa1707b792dd7b23ea84328ea9adc58 (patch)
treeb923580f6db2a84f49fef7e4f570d346cec61efb /lib/libpthread/thread/Makefile.inc
parentquieten gcc (diff)
downloadwireguard-openbsd-1fd350b58aa1707b792dd7b23ea84328ea9adc58.tar.xz
wireguard-openbsd-1fd350b58aa1707b792dd7b23ea84328ea9adc58.zip
thread-specific storage helper
Diffstat (limited to 'lib/libpthread/thread/Makefile.inc')
-rw-r--r--lib/libpthread/thread/Makefile.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc
new file mode 100644
index 00000000000..919300d08ae
--- /dev/null
+++ b/lib/libpthread/thread/Makefile.inc
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile.inc,v 1.1 2000/01/06 07:25:15 d Exp $
+
+.PATH: ${LIBC_RSRCDIR}/thread
+
+SRCS+= thread_storage.c