summaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index cd271859639f..1de594169211 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,7 +1,4 @@
-# Build the add-in FORTH interpreter
-SUBDIR+= ficl
-
-# Pick the machine-dependant subdir based on the target architecture.
-SUBDIR+= ${MACHINE_ARCH}
+# Pick the subdir based on the target architecture.
+SUBDIR= ${MACHINE_ARCH}
.include <bsd.subdir.mk>