Print this page
8115 parallel zfs mount

@@ -9,10 +9,11 @@
 # http://www.illumos.org/license/CDDL.
 #
 
 #
 # Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
+# Copyright 2017 RackTop Systems.
 #
 
 LIBRARY =       libfakekernel.a
 VERS =          .1
 

@@ -19,13 +20,15 @@
 COBJS = \
         cred.o \
         clock.o \
         cond.o \
         copy.o \
+        buf.o \
         kiconv.o \
         kmem.o \
         kmisc.o \
+        ksid.o \
         ksocket.o \
         kstat.o \
         mutex.o \
         printf.o \
         random.o \

@@ -37,10 +40,13 @@
 
 OBJECTS=        $(COBJS)
 
 include ../../Makefile.lib
 
+# libfakekernel must be installed in the root filesystem for libzfs
+include ../../Makefile.rootfs
+
 SRCDIR=         ../common
 
 LIBS =          $(DYNLIB) $(LINTLIB)
 SRCS=   $(COBJS:%.o=$(SRCDIR)/%.c)