diff options
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile index 7c843d92113a..cf87c535cfc3 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -33,6 +33,10 @@ ALL_TARGET= BROKEN= "Does not compile on alpha 4.x" .endif +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 |