aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64/zfsloader/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/sparc64/zfsloader/Makefile')
-rw-r--r--sys/boot/sparc64/zfsloader/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/boot/sparc64/zfsloader/Makefile b/sys/boot/sparc64/zfsloader/Makefile
new file mode 100644
index 000000000000..1ed280829245
--- /dev/null
+++ b/sys/boot/sparc64/zfsloader/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../loader
+
+PROG= zfsloader
+NEWVERSWHAT= "ZFS enabled bootstrap loader" sparc64
+LOADER_ZFS_SUPPORT=yes
+
+.include "${.CURDIR}/../loader/Makefile"