summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-17 02:59:53 +0000
committerobrien <obrien@FreeBSD.org>2004-06-17 02:59:53 +0000
commit45b949fb2268effe44b8f87b379c6adb75bd7179 (patch)
treefd49b0f83172832c7dc7917b83b241a762401c72 /Makefile.inc1
parentd68963cafc7fc14ddfb121613f58b18813bbb508 (diff)
downloadFreeBSD-src-45b949fb2268effe44b8f87b379c6adb75bd7179.zip
FreeBSD-src-45b949fb2268effe44b8f87b379c6adb75bd7179.tar.gz
Fall out from Binutils 2.15: disable building the Alpha loader.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index feb2f1c..567f9d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -62,7 +62,10 @@ SUBDIR+=secure
.if !defined(NOSHARE)
SUBDIR+=share
.endif
-SUBDIR+=sys usr.bin usr.sbin etc
+.if ${TARGET_ARCH} == "alpha"
+SUBDIR+=sys
+.endif
+SUBDIR+=usr.bin usr.sbin etc
# These are last, since it is nice to at least get the base system
# rebuilt before you do them.
OpenPOWER on IntegriCloud