aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/zfsloader
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/zfsloader')
-rw-r--r--stand/i386/zfsloader/Makefile7
-rw-r--r--stand/i386/zfsloader/Makefile.depend21
2 files changed, 28 insertions, 0 deletions
diff --git a/stand/i386/zfsloader/Makefile b/stand/i386/zfsloader/Makefile
new file mode 100644
index 000000000000..a9fa913e7e13
--- /dev/null
+++ b/stand/i386/zfsloader/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+LOADER= zfsloader
+NEWVERSWHAT= "ZFS enabled bootstrap loader" x86
+HAVE_ZFS= yes
+
+.include "${.CURDIR}/../loader/Makefile"
diff --git a/stand/i386/zfsloader/Makefile.depend b/stand/i386/zfsloader/Makefile.depend
new file mode 100644
index 000000000000..59ee8748092a
--- /dev/null
+++ b/stand/i386/zfsloader/Makefile.depend
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ include \
+ include/xlocale \
+ stand/ficl32 \
+ stand/geli \
+ stand/i386/btx/btx \
+ stand/i386/btx/btxldr \
+ stand/i386/btx/lib \
+ stand/i386/libi386 \
+ stand/libsa32 \
+ stand/zfs32 \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif