Author: avg
Date: Fri Aug 21 08:06:18 2015
New Revision: 286984
URL: https://svnweb.freebsd.org/changeset/base/286984
Log:
fix standalone build of zfs module
Not sure if this is a proper fix, but it does the job.
Modified:
head/sys/modules/zfs/Makefile
Modified: head/sys/modules/zfs/Makefile
==============================================================================
--- head/sys/modules/zfs/Makefile Fri Aug 21 08:04:56 2015
(r286983)
+++ head/sys/modules/zfs/Makefile Fri Aug 21 08:06:18 2015
(r286984)
@@ -4,7 +4,7 @@ SYSDIR?=${.CURDIR}/../..
KMOD= zfs
-SRCS= bus_if.h device_if.h vnode_if.h opt_kstack_pages.h
+SRCS= bus_if.h device_if.h vnode_if.h opt_kstack_pages.h opt_random.h
SUNW= ${SYSDIR}/cddl/contrib/opensolaris
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"