usr/src/lib/libilb/Makefile.com
changeset 12710 66c9c36f2046
parent 12500 fd1a1e5c5ff0
--- a/usr/src/lib/libilb/Makefile.com	Mon Jun 28 09:11:16 2010 -0600
+++ b/usr/src/lib/libilb/Makefile.com	Mon Jun 28 09:19:17 2010 -0600
@@ -28,10 +28,7 @@
 LIB_OBJS =	ilb_sg.o ilb_comm.o ilb_subr.o ilb_rules.o
 LIB_OBJS +=	ilb_hc.o ilb_nat.o
 
-# We don't have a userland-accessible implementation of list handling
-# so we use the one in uts (filched off libzpool)
-LIST_OBJS = 	list.o
-OBJECTS = 	$(LIB_OBJS) $(LIST_OBJS)
+OBJECTS = 	$(LIB_OBJS)
 
 include ../../Makefile.lib
 
@@ -57,8 +54,3 @@
 	$(LINT.c) $(LINTCHECKFLAGS) $(LIB_SRCS) $(LDLIBS)
 
 include ../../Makefile.targ
-
-# the below is needed to get list.o built
-pics/%.o: ../../../uts/common/os/%.c
-	$(COMPILE.c) -o $@ $<
-	$(POST_PROCESS_O)