aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
deleted file mode 100644
index 523418965871..000000000000
--- a/sys/boot/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.include <src.opts.mk>
-
-SUBDIR+= libsa
-.if ${MK_FORTH} != "no"
-# Build the add-in FORTH interpreter.
-SUBDIR+= ficl
-SUBDIR+= forth
-.endif
-
-SUBDIR+= man
-
-.include <bsd.arch.inc.mk>
-
-.if exists(${.CURDIR}/${MACHINE}/.)
-SUBDIR+= ${MACHINE}
-.endif
-
-.include <bsd.subdir.mk>