From 2867b58cfe14fe203edc2ec45778eeceee51f66d Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 13 May 2004 08:54:50 +0000 Subject: BROKEN on sparc64: Does not compile --- net/ns/Makefile | 4 ++++ net/ns2/Makefile | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'net') 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 diff --git a/net/ns2/Makefile b/net/ns2/Makefile index 7c843d92113a..cf87c535cfc3 100644 --- a/net/ns2/Makefile +++ b/net/ns2/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 -- cgit v1.2.3