summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-04-01 07:07:38 +0000
committerjeff <jeff@FreeBSD.org>2003-04-01 07:07:38 +0000
commite8890ccacdd96702a64d1edb926cdd7e74b37db8 (patch)
tree8de3c4049c29c7386702fe394e0e7b87bc0b265f /lib/libthr/Makefile
parentc40f0ee134c3131d84c03862215a1463873ea872 (diff)
downloadFreeBSD-src-e8890ccacdd96702a64d1edb926cdd7e74b37db8.zip
FreeBSD-src-e8890ccacdd96702a64d1edb926cdd7e74b37db8.tar.gz
- Adjust the makefiles so we have a per architecture makefile.
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 7bd4c63..6bfa593 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>
OpenPOWER on IntegriCloud