Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2017 23:39:56 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325176 - head/sys/boot/zfs32
Message-ID:  <201710302339.v9UNdu4t034649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710302339.v9UNdu4t034649>