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
@@ -37,10 +38,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)