aboutsummaryrefslogtreecommitdiffstats
path: root/net/ns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ns/Makefile')
-rw-r--r--net/ns/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ns/Makefile b/net/ns/Makefile
index 8c872b33d61..628f90073fd 100644
--- a/net/ns/Makefile
+++ b/net/ns/Makefile
@@ -30,6 +30,10 @@ ALL_TARGET=
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1