diff options
Diffstat (limited to 'usr/src/lib/nsswitch')
-rw-r--r-- | usr/src/lib/nsswitch/ldap/Makefile.com | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/lib/nsswitch/ldap/Makefile.com b/usr/src/lib/nsswitch/ldap/Makefile.com index c0bf5c6d44..9876ccc0f2 100644 --- a/usr/src/lib/nsswitch/ldap/Makefile.com +++ b/usr/src/lib/nsswitch/ldap/Makefile.com @@ -23,7 +23,7 @@ # #ident "%Z%%M% %I% %E% SMI" # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # lib/nsswitch/ldap/Makefile.com @@ -61,7 +61,6 @@ OBJECTS = getauthattr.o \ include ../../Makefile.com CPPFLAGS += -I../../../libsldap/common -DYNFLAGS += $(BDIRECT) LDLIBS += -lsldap -lnsl -lsocket -lldap LINTFLAGS += -erroff=E_GLOBAL_COULD_BE_STATIC2 LINTFLAGS64 += -erroff=E_GLOBAL_COULD_BE_STATIC2 |