Print this page
patch zone-auto-create-be

@@ -21,10 +21,12 @@
 
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright 2015 Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
+#
 
 LIBRARY=        libinstzones.a
 VERS=           .1
 
 OBJECTS =       \

@@ -59,11 +61,11 @@
 
 LIBS = $(DYNLIB) $(LINTLIB)
 
 DYNFLAGS += $(ZLAZYLOAD)
 
-LDLIBS +=       -lc -lcontract -lzonecfg
+LDLIBS +=       -lc -lcontract -lzonecfg -lbrand
 
 CFLAGS +=       $(CCVERBOSE)
 CPPFLAGS +=     -I$(SRCDIR)
 
 .KEEP_STATE: