aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/libzpool/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-08-23 22:24:11 +0000
committerWarner Losh <imp@FreeBSD.org>2010-08-23 22:24:11 +0000
commit25faff346c8453b8248f99c7cff71708262faa37 (patch)
tree3fedc9e4d65d62c819fe8818c625211ebbd8ef26 /cddl/lib/libzpool/Makefile
parent222447d5e0b0966ae6350312718c2c783c3ce88b (diff)
downloadsrc-25faff346c8453b8248f99c7cff71708262faa37.tar.gz
src-25faff346c8453b8248f99c7cff71708262faa37.zip
MFtbemd:
Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
Notes
Notes: svn path=/head/; revision=211725
Diffstat (limited to 'cddl/lib/libzpool/Makefile')
-rw-r--r--cddl/lib/libzpool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libzpool/Makefile b/cddl/lib/libzpool/Makefile
index 2199a014ae1b..7a0ce3cb98ee 100644
--- a/cddl/lib/libzpool/Makefile
+++ b/cddl/lib/libzpool/Makefile
@@ -51,7 +51,7 @@ CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libnvpair
CFLAGS+= -DWANTS_MUTEX_OWNED
CFLAGS+= -I${.CURDIR}/../../../lib/libpthread/thread
CFLAGS+= -I${.CURDIR}/../../../lib/libpthread/sys
-CFLAGS+= -I${.CURDIR}/../../../lib/libthr/arch/${MACHINE_ARCH}/include
+CFLAGS+= -I${.CURDIR}/../../../lib/libthr/arch/${MACHINE_CPUARCH}/include
DPADD= ${LIBPTHREAD} ${LIBZ}
LDADD= -lpthread -lz