diff options
-rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 567f9d5..92a4283 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -62,7 +62,7 @@ SUBDIR+=secure .if !defined(NOSHARE) SUBDIR+=share .endif -.if ${TARGET_ARCH} == "alpha" +.if ${MACHINE_ARCH} == "alpha" SUBDIR+=sys .endif SUBDIR+=usr.bin usr.sbin etc |