From 2c67a07fd01bfbbe94c8eeacbbcd8a7bde55673b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 17 Jun 2004 08:06:41 +0000 Subject: [PATCH] Third time's a charm?? (the logic was reversed from desired) Time for sleep... Submitted by: ru --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 92a4283a9e5d..18850236c607 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -62,7 +62,7 @@ SUBDIR+=secure .if !defined(NOSHARE) SUBDIR+=share .endif -.if ${MACHINE_ARCH} == "alpha" +.if ${MACHINE_ARCH} != "alpha" SUBDIR+=sys .endif SUBDIR+=usr.bin usr.sbin etc