summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-04-23 02:48:59 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-04-23 02:48:59 +0000
commita0a25ee25d1bd296e898cd72e97a736762e337fb (patch)
treefc6ceaa51d3f3fe51b63513464e70773a113f55f /lib/libthr/Makefile
parenta247de6aebd4d9d6b2f57c62384130583abcd925 (diff)
downloadFreeBSD-src-a0a25ee25d1bd296e898cd72e97a736762e337fb.zip
FreeBSD-src-a0a25ee25d1bd296e898cd72e97a736762e337fb.tar.gz
Use thr_new syscall to create a new thread, obscure context operations
is no longer needed.
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index 0df6873..9a8f40c 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -30,6 +30,7 @@ CFLAGS+=-g
PRECIOUSLIB=
.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
+.include "${.CURDIR}/support/Makefile.inc"
.include "${.CURDIR}/sys/Makefile.inc"
.include "${.CURDIR}/thread/Makefile.inc"
OpenPOWER on IntegriCloud