From e03dcc8de2b12dcfa6b756704d96964648841162 Mon Sep 17 00:00:00 2001 From: kris Date: Tue, 7 Mar 2006 17:17:13 +0000 Subject: Now builds on amd64 Approved by: portmgr (implicit) --- net/ns/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'net/ns') diff --git a/net/ns/Makefile b/net/ns/Makefile index 2914fe1b0cab..27681f226eb1 100644 --- a/net/ns/Makefile +++ b/net/ns/Makefile @@ -30,10 +30,6 @@ ALL_TARGET= .include -.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 -- cgit