diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 12:26:26 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-18 12:26:26 +0000 |
commit | bb410056aae470f98b86b017a8e94bd5be807f51 (patch) | |
tree | 678ec3d87862660050f8a7d46d6cfa27f9a33017 /benchmarks/sipp/Makefile | |
parent | 808556826efab4f2d6006ad0f8c00f1b33ab7ce9 (diff) |
Notes
Diffstat (limited to 'benchmarks/sipp/Makefile')
-rw-r--r-- | benchmarks/sipp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile index c79e5fbf15b0..0aadbb5aaa58 100644 --- a/benchmarks/sipp/Makefile +++ b/benchmarks/sipp/Makefile @@ -21,7 +21,7 @@ MAN1= sipp.1 .include <bsd.port.pre.mk> -.if ((${ARCH} == "alpha") || (${ARCH} == "ia64")) +.if ${ARCH} == "ia64" BROKEN= "Does not compile - patch needed by someone who can test it" .endif |