aboutsummaryrefslogtreecommitdiff
path: root/lib/libpthread/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2003-06-23 04:28:31 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2003-06-23 04:28:31 +0000
commit842728619a412d2ce3a8c4c5ba4ac60a9a77726c (patch)
treecba0fc10183a796b368196a025bc54f119e98d68 /lib/libpthread/Makefile
parente3f932de5a35dc53acb0be154494b53cf78fcd17 (diff)
Notes
Diffstat (limited to 'lib/libpthread/Makefile')
-rw-r--r--lib/libpthread/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index c25ccf4f6d2a9..497179e886b56 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/Makefile
@@ -30,8 +30,9 @@ CFLAGS+=-D_PTHREADS_INVARIANTS -Wall
AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/thread
PRECIOUSLIB= yes
-.include "${.CURDIR}/thread/Makefile.inc"
-.include "${.CURDIR}/sys/Makefile.inc"
+.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
.include "${.CURDIR}/support/Makefile.inc"
+.include "${.CURDIR}/sys/Makefile.inc"
+.include "${.CURDIR}/thread/Makefile.inc"
.include <bsd.lib.mk>