diff options
author | 2003-01-20 18:12:11 +0000 | |
---|---|---|
committer | 2003-01-20 18:12:11 +0000 | |
commit | 3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b (patch) | |
tree | 8c3cb84b5f2343cd752623ddf730b9db7081b878 /lib/libpthread/include | |
parent | Add definition of all structures involved in the radix table ioctls. (diff) | |
download | wireguard-openbsd-3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b.tar.xz wireguard-openbsd-3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b.zip |
Use the sources that exist in sibdirs of libpthread, not libc_r
Diffstat (limited to 'lib/libpthread/include')
-rw-r--r-- | lib/libpthread/include/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/include/Makefile.inc b/lib/libpthread/include/Makefile.inc index 5bf12b96d4b..4da28f90ddb 100644 --- a/lib/libpthread/include/Makefile.inc +++ b/lib/libpthread/include/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.4 2002/01/18 00:36:36 fgsch Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2003/01/20 18:12:11 marc Exp $ includes: - @cd ${LIBC_RSRCDIR}/include; \ + @cd ${SRCDIR}/include; \ for h in pthread.h pthread_np.h sched.h semaphore.h spinlock.h; do \ cmp -s $$h ${DESTDIR}/usr/include/$$h > /dev/null 2>&1 || \ (echo ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ |