diff options
author | 2000-01-06 07:25:15 +0000 | |
---|---|---|
committer | 2000-01-06 07:25:15 +0000 | |
commit | 1fd350b58aa1707b792dd7b23ea84328ea9adc58 (patch) | |
tree | b923580f6db2a84f49fef7e4f570d346cec61efb /lib/libpthread/thread/Makefile.inc | |
parent | quieten gcc (diff) | |
download | wireguard-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.inc | 5 |
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 |