diff options
author | 2000-01-06 08:32:17 +0000 | |
---|---|---|
committer | 2000-01-06 08:32:17 +0000 | |
commit | 82059e96d684c1497030958be6d8385b833a35d8 (patch) | |
tree | 2118eb59aac43bf88e0859c5ef958dfe9d444bf4 /lib/libpthread/include | |
parent | unused vars (diff) | |
download | wireguard-openbsd-82059e96d684c1497030958be6d8385b833a35d8.tar.xz wireguard-openbsd-82059e96d684c1497030958be6d8385b833a35d8.zip |
LIBCR_SRCDIR
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 effa4647bfb..436976c47d4 100644 --- a/lib/libpthread/include/Makefile.inc +++ b/lib/libpthread/include/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.2 1999/01/08 08:25:37 d Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2000/01/06 08:32:17 d Exp $ includes: - @cd ${.CURDIR}/include; \ + @cd ${LIBC_RSRCDIR}/include; \ for h in pthread.h pthread_np.h sched.h spinlock.h; do \ cmp -s $$h ${DESTDIR}/usr/include/$$h > /dev/null 2>&1 || \ (echo ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ |