diff options
author | Warner Losh <imp@FreeBSD.org> | 2010-08-23 22:24:11 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2010-08-23 22:24:11 +0000 |
commit | 25faff346c8453b8248f99c7cff71708262faa37 (patch) | |
tree | 3fedc9e4d65d62c819fe8818c625211ebbd8ef26 /usr.sbin/sade/Makefile | |
parent | 222447d5e0b0966ae6350312718c2c783c3ce88b (diff) | |
download | src-test2-25faff346c8453b8248f99c7cff71708262faa37.tar.gz src-test2-25faff346c8453b8248f99c7cff71708262faa37.zip |
Notes
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |