From 8580fd6b5003eba497d276e657a8d33504b6079f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 12 Mar 2002 18:55:53 +0000 Subject: [PATCH] Don't try to cross-build sysinstall. --- usr.sbin/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 7ce8d98d5606..aefd93d20a97 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -102,7 +102,6 @@ SUBDIR= IPXrouted \ sliplogin \ slstat \ spray \ - sysinstall \ syslogd \ tcpdchk \ tcpdmatch \ @@ -128,6 +127,10 @@ SUBDIR= IPXrouted \ ypset \ zic +.if ${MACHINE_ARCH} == ${TARGET_ARCH} +SUBDIR+=sysinstall +.endif + .if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "ia64" SUBDIR+=pppctl .endif