aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-04-01 07:07:38 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-04-01 07:07:38 +0000
commit7a57e9abdd3004188caa5e21add8efdafc5a004a (patch)
tree8de3c4049c29c7386702fe394e0e7b87bc0b265f /lib/libthr/Makefile
parent73adf5691f5bfebd35f74ec3498ec4377f327323 (diff)
downloadsrc-7a57e9abdd3004188caa5e21add8efdafc5a004a.tar.gz
src-7a57e9abdd3004188caa5e21add8efdafc5a004a.zip
- Adjust the makefiles so we have a per architecture makefile.
Notes
Notes: svn path=/head/; revision=112925
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 7bd4c6301178..6bfa593b7144 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -22,5 +22,6 @@ PRECIOUSLIB= yes
.include "${.CURDIR}/thread/Makefile.inc"
.include "${.CURDIR}/sys/Makefile.inc"
+.include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
.include <bsd.lib.mk>