Print this page
9704 move socket functions to libc

*** 20,33 **** # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - # ident "%Z%%M% %I% %E% SMI" - # include ../Makefile.com DYNFLAGS += $(KRUNPATH) $(KMECHLIB) ! LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc install: all $(ROOTLIBS) $(ROOTLINKS) --- 20,31 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # include ../Makefile.com DYNFLAGS += $(KRUNPATH) $(KMECHLIB) ! LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc install: all $(ROOTLIBS) $(ROOTLINKS)