Print this page
*** NO COMMENTS ***
@@ -20,20 +20,21 @@
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+# 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,9 +60,9 @@
CPPFLAGS += -I../../../common/inc
LINTFLAGS += -erroff=E_GLOBAL_COULD_BE_STATIC2
LINTFLAGS64 += -erroff=E_GLOBAL_COULD_BE_STATIC2
-LDLIBS += -lsocket -lnsl
+LDLIBS += -lsocket -lnsl -lrevnetgroup
DYNLIB1 = nss_files.so$(VERS)
all: $(DYNLIB1)