From bf90c6ee99f84b5fc79be6c35ec15f783d6949b8 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 16 Aug 2004 18:17:14 +0000 Subject: [PATCH] sys/boot seems to compile fine on Alpha; unbreak ``make release''. Prodded by: re-alpha (wilko) --- Makefile.inc1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 381a0f6f3f0f..2290adf8c4fd 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.