aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1999-02-03 08:39:09 +0000
committerKATO Takenori <kato@FreeBSD.org>1999-02-03 08:39:09 +0000
commitdccbc08d92120db1f2e10991fd5458d32557207b (patch)
treee3855be9b9bc1febd506a9f5f17cdd8ec67b97f5 /sys/boot/Makefile
parent03126f3524b717132e5502d841bf623d933e550a (diff)
Notes
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index cd271859639f..c1258684030c 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -2,6 +2,6 @@
SUBDIR+= ficl
# Pick the machine-dependant subdir based on the target architecture.
-SUBDIR+= ${MACHINE_ARCH}
+SUBDIR+= ${MACHINE}
.include <bsd.subdir.mk>