sys/boot seems to compile fine on Alpha; unbreak ``make release''.

Prodded by:	re-alpha (wilko)
This commit is contained in:
Ruslan Ermilov 2004-08-16 18:17:14 +00:00
parent e89d8405c7
commit bf90c6ee99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133873

View File

@ -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.