diff --git a/net/tund/Makefile b/net/tund/Makefile index 744f332a9eb7..949af5402e43 100644 --- a/net/tund/Makefile +++ b/net/tund/Makefile @@ -18,4 +18,10 @@ USE_OPENSSL= YES MAN8= tund.8 MANCOMPRESSED= yes -.include +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not build on ia64 or sparc64" +.endif + +.include