Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

@@ -23,10 +23,12 @@
 all     :=      TARGET = all
 clean   :=      TARGET = clean
 clobber :=      TARGET = clobber
 install :=      TARGET = install
 
+ficl: zfs libstand
+
 all clean clobber: $(SUBDIRS)
 
 #
 # The directories in INSTDIRS depend implicitly on SUBDIRS being built already.
 # We use .WAIT instead of explicit dependencies because we only want to make