Print this page
9704 move socket functions to libc

@@ -20,16 +20,14 @@
 #
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# ident "%Z%%M% %I%     %E% SMI"
-#
 
 include ../Makefile.com
 
 # library dependency
 DYNFLAGS += $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
 DYNFLAGS += $(KRB5LIB)/libkdb.so $(KRB5LIB)/libdyn.so
-LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc -lsocket
+LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc
 
 install: all $(ROOTLIBS) $(ROOTLINKS)