summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/uthread
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2003-01-20 18:12:11 +0000
committermarc <marc@openbsd.org>2003-01-20 18:12:11 +0000
commit3a2b6417af7492cc8ba2f74b4f9dabee0a0def0b (patch)
tree8c3cb84b5f2343cd752623ddf730b9db7081b878 /lib/libpthread/uthread
parentAdd definition of all structures involved in the radix table ioctls. (diff)
downloadwireguard-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/uthread')
-rw-r--r--lib/libpthread/uthread/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpthread/uthread/Makefile.inc b/lib/libpthread/uthread/Makefile.inc
index b9a005b26fe..4c1c840eee4 100644
--- a/lib/libpthread/uthread/Makefile.inc
+++ b/lib/libpthread/uthread/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.13 2002/01/18 22:07:27 fgsch Exp $
+# $OpenBSD: Makefile.inc,v 1.14 2003/01/20 18:12:11 marc Exp $
# $FreeBSD: Makefile.inc,v 1.19 1999/08/28 00:03:19 peter Exp $
# uthread sources
-.PATH: ${LIBC_RSRCDIR}/uthread
+.PATH: ${SRCDIR}/uthread
-CFLAGS += -I${LIBC_RSRCDIR}/arch/${MACHINE_ARCH}
+CFLAGS += -I${SRCDIR}/arch/${MACHINE_ARCH}
SRCS+= \
uthread_accept.c \