svn commit: r325176 - head/sys/boot/zfs32

Warner Losh imp at FreeBSD.org
Mon Oct 30 23:39:57 UTC 2017


Author: imp
Date: Mon Oct 30 23:39:55 2017
New Revision: 325176
URL: https://svnweb.freebsd.org/changeset/base/325176

Log:
  Actually add zfs32/Makefile

Added:
  head/sys/boot/zfs32/
  head/sys/boot/zfs32/Makefile   (contents, props changed)

Added: head/sys/boot/zfs32/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/boot/zfs32/Makefile	Mon Oct 30 23:39:55 2017	(r325176)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+ZFS32=1
+
+.include "${.CURDIR}/../zfs/Makefile"


More information about the svn-src-head mailing list