summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-08-16 18:17:14 +0000
committerru <ru@FreeBSD.org>2004-08-16 18:17:14 +0000
commitcc3f0b4929d2de551332227291984a04e5758213 (patch)
tree39fba65a4ef4370aff415ca44a69b62c110d70e3 /Makefile.inc1
parentc6cd25836dae3a95132515b6f466346b37302530 (diff)
downloadFreeBSD-src-cc3f0b4929d2de551332227291984a04e5758213.zip
FreeBSD-src-cc3f0b4929d2de551332227291984a04e5758213.tar.gz
sys/boot seems to compile fine on Alpha; unbreak ``make release''.
Prodded by: re-alpha (wilko)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 381a0f6..2290adf 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -62,10 +62,7 @@ SUBDIR+=secure
.if !defined(NOSHARE)
SUBDIR+=share
.endif
-.if ${MACHINE_ARCH} != "alpha"
-SUBDIR+=sys
-.endif
-SUBDIR+=usr.bin usr.sbin etc
+SUBDIR+=sys 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