Print this page
*** NO COMMENTS ***
*** 20,39 ****
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # ident "%Z%%M% %I% %E% SMI"
#
LIBRARY = libnss_files.a
VERS = .1
OBJECTS = bootparams_getbyname.o \
ether_addr.o \
files_common.o \
getgrent.o \
gethostent.o \
gethostent6.o \
getnetent.o \
getprojent.o \
getprotoent.o \
--- 20,40 ----
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
#
LIBRARY = libnss_files.a
VERS = .1
OBJECTS = bootparams_getbyname.o \
ether_addr.o \
files_common.o \
getgrent.o \
+ getnetgrent.o \
gethostent.o \
gethostent6.o \
getnetent.o \
getprojent.o \
getprotoent.o \
*** 59,67 ****
CPPFLAGS += -I../../../common/inc
LINTFLAGS += -erroff=E_GLOBAL_COULD_BE_STATIC2
LINTFLAGS64 += -erroff=E_GLOBAL_COULD_BE_STATIC2
! LDLIBS += -lsocket -lnsl
DYNLIB1 = nss_files.so$(VERS)
all: $(DYNLIB1)
--- 60,68 ----
CPPFLAGS += -I../../../common/inc
LINTFLAGS += -erroff=E_GLOBAL_COULD_BE_STATIC2
LINTFLAGS64 += -erroff=E_GLOBAL_COULD_BE_STATIC2
! LDLIBS += -lsocket -lnsl -lrevnetgroup
DYNLIB1 = nss_files.so$(VERS)
all: $(DYNLIB1)