From a959270a4b1b251f6621384fcaafda666c95360a Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Fri, 1 Nov 2002 15:36:06 +0000 Subject: [PATCH] Build sysinstall on sparc64. --- usr.sbin/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index ea42c3fc251b..3f39337e48d3 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -101,6 +101,7 @@ SUBDIR= IPXrouted \ sliplogin \ slstat \ spray \ + sysinstall \ syslogd \ tcpdchk \ tcpdmatch \ @@ -197,11 +198,6 @@ SUBDIR+=boot98cfg SUBDIR+=ofwdump .endif -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" || \ - ${MACHINE_ARCH} == "ia64" -SUBDIR+= sysinstall -.endif - .if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) SUBDIR+=keyserv .endif