From 3752a407aff43d6bb55f6b087fd18355ea8226f0 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 30 Oct 2017 23:39:55 +0000 Subject: [PATCH] Actually add zfs32/Makefile --- sys/boot/zfs32/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sys/boot/zfs32/Makefile diff --git a/sys/boot/zfs32/Makefile b/sys/boot/zfs32/Makefile new file mode 100644 index 00000000000..2af3987486e --- /dev/null +++ b/sys/boot/zfs32/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +ZFS32=1 + +.include "${.CURDIR}/../zfs/Makefile"