diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-03-07 17:17:13 +0000 |
commit | 13fd5342adc011d386e70eda6102bb487fc49f99 (patch) | |
tree | c5e12034e22ead977fe6839b25284e9348ad963a /net/ns | |
parent | Now builds on 5.x (diff) |
Now builds on amd64
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=157022
Diffstat (limited to 'net/ns')
-rw-r--r-- | net/ns/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 <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 |