From 47006c28ae16adb2c13e2eef0efe2da58e48b5f0 Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Sat, 20 Apr 2002 15:50:32 +0000 Subject: [PATCH] sysinstall compiles on sparc64. --- usr.sbin/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 78bdb2da87a..070446f3d2d 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -97,6 +97,7 @@ SUBDIR= IPXrouted \ sliplogin \ slstat \ spray \ + sysinstall \ syslogd \ tcpdchk \ tcpdmatch \ @@ -122,10 +123,6 @@ SUBDIR= IPXrouted \ ypset \ zic -.if ${MACHINE_ARCH} != "sparc64" -SUBDIR+=sysinstall -.endif - .if !defined(NO_IPFILTER) SUBDIR+=ipftest \ ipresend \