From 2c2b807e7eb9e9bbb9c4f8b19179d93c20e05ddc Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 6 Jul 2006 07:10:59 +0000 Subject: [PATCH] - Now builds on sparc64 --- net/tund/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tund/Makefile b/net/tund/Makefile index 095b8e26058d..327aa950f034 100644 --- a/net/tund/Makefile +++ b/net/tund/Makefile @@ -20,8 +20,8 @@ MANCOMPRESSED= yes .include -.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -BROKEN= "Does not build on ia64 or sparc64" +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ${ARCH}" .endif .include