summaryrefslogtreecommitdiff
path: root/lib/libpthread
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>2000-01-06 07:12:09 +0000
committerDavid Leonard <d@cvs.openbsd.org>2000-01-06 07:12:09 +0000
commitd8243e3047916ed9004011ffb63446fc8868f532 (patch)
treed19ed9b0282d36f80f904a89b9cff704de0f963f /lib/libpthread
parent652775e46249924fe0c19436c293dda97b35fda5 (diff)
LIBC_RSRCDIR
Diffstat (limited to 'lib/libpthread')
-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 00022b16eb6..37dbff5e5a8 100644
--- a/lib/libpthread/uthread/Makefile.inc
+++ b/lib/libpthread/uthread/Makefile.inc
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile.inc,v 1.9 1999/11/25 07:01:30 d Exp $
+# $OpenBSD: Makefile.inc,v 1.10 2000/01/06 07:12:08 d Exp $
# $FreeBSD: Makefile.inc,v 1.19 1999/08/28 00:03:19 peter Exp $
# uthread sources
-.PATH: ${.CURDIR}/uthread
+.PATH: ${LIBC_RSRCDIR}/uthread
-CFLAGS += -I${.CURDIR}/arch/${MACHINE_ARCH}
+CFLAGS += -I${LIBC_RSRCDIR}/arch/${MACHINE_ARCH}
SRCS+= \
uthread_accept.c \