diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-08-16 18:17:14 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-08-16 18:17:14 +0000 |
| commit | bf90c6ee99f84b5fc79be6c35ec15f783d6949b8 (patch) | |
| tree | 39fba65a4ef4370aff415ca44a69b62c110d70e3 | |
| parent | e89d8405c7b25694dcea939b1f0784d30ae94cfd (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 5 |
1 files changed, 1 insertions, 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. |
