From 25faff346c8453b8248f99c7cff71708262faa37 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 23 Aug 2010 22:24:11 +0000 Subject: MFtbemd: Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform. --- usr.sbin/sade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sade/Makefile') diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index bd94155595a3..ad284894df0d 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.if ${MACHINE_ARCH} != "ia64" +.if ${MACHINE_CPUARCH} != "ia64" _wizard= wizard.c .endif -- cgit v1.2.3