Print this page
8115 parallel zfs mount
*** 9,18 ****
--- 9,19 ----
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
+ # Copyright 2017 RackTop Systems.
#
LIBRARY = libfakekernel.a
VERS = .1
*** 37,46 ****
--- 38,50 ----
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)