svn commit: r239378 - head/sys/boot
Marcel Moolenaar
marcel at FreeBSD.org
Sat Aug 18 23:23:15 UTC 2012
Author: marcel
Date: Sat Aug 18 23:23:14 2012
New Revision: 239378
URL: http://svn.freebsd.org/changeset/base/239378
Log:
Build zfs on ia64 as well. We don't build a loader with zfs support
just yet, but building it makes sure we catch (build) regressions.
Modified:
head/sys/boot/Makefile.ia64
Modified: head/sys/boot/Makefile.ia64
==============================================================================
--- head/sys/boot/Makefile.ia64 Sat Aug 18 23:17:42 2012 (r239377)
+++ head/sys/boot/Makefile.ia64 Sat Aug 18 23:23:14 2012 (r239378)
@@ -1,3 +1,4 @@
# $FreeBSD$
SUBDIR+= efi
+SUBDIR+= zfs
More information about the svn-src-all
mailing list