Print this page
9704 move socket functions to libc

*** 20,34 **** # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - # ident "%Z%%M% %I% %E% SMI" - # include ../Makefile.com include ../../../../Makefile.lib.64 DYNFLAGS += $(KRUNPATH64) $(KMECHLIB64) ! LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lsocket -lc install: all $(ROOTLIBS64) $(ROOTLINKS64) --- 20,32 ---- # # # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # include ../Makefile.com include ../../../../Makefile.lib.64 DYNFLAGS += $(KRUNPATH64) $(KMECHLIB64) ! LDLIBS += -L $(ROOTLIBDIR) -lgss -lnsl -lc install: all $(ROOTLIBS64) $(ROOTLINKS64)