summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-17 08:06:41 +0000
committerobrien <obrien@FreeBSD.org>2004-06-17 08:06:41 +0000
commitf6945e8c81a7f8d92950e055ac90cccaafb4c7cf (patch)
tree496d09d6929361065eeb5ac5d7d698687d7a9267 /Makefile.inc1
parent16b3d5deee3312f7a4cec54acb9c4c2d749139f3 (diff)
downloadFreeBSD-src-f6945e8c81a7f8d92950e055ac90cccaafb4c7cf.zip
FreeBSD-src-f6945e8c81a7f8d92950e055ac90cccaafb4c7cf.tar.gz
Third time's a charm?? (the logic was reversed from desired)
Time for sleep... Submitted by: ru
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 92a4283..1885023 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
OpenPOWER on IntegriCloud