aboutsummaryrefslogtreecommitdiff
path: root/java/netty
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-09-30 20:44:19 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-31 00:37:05 +0000
commitbbab7f59e9630416397189df70ec133bdd690e38 (patch)
tree2ebb595d5a675fda686781b56ea08f80b933cb61 /java/netty
parenta1bc4fbdf378334c7c39521ab236318c53f27441 (diff)
Diffstat (limited to 'java/netty')
-rw-r--r--java/netty/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/java/netty/Makefile b/java/netty/Makefile
index c3a469ef8fdb..af7f1307d785 100644
--- a/java/netty/Makefile
+++ b/java/netty/Makefile
@@ -49,8 +49,6 @@ NETTY_ARCH= x86_32
NETTY_ARCH= ppc_32
.elif ${ARCH:Mpowerpc64*}
NETTY_ARCH= ppc_64
-.elif ${ARCH} == "sparc64"
-NETTY_ARCH= sparc_64
.else
# Default to ${ARCH}
NETTY_ARCH= ${ARCH}