diff options
Diffstat (limited to 'usr/src/lib/libldap5')
-rw-r--r-- | usr/src/lib/libldap5/Makefile.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libldap5/Makefile.com b/usr/src/lib/libldap5/Makefile.com index 878f872a6e..e63c755ce7 100644 --- a/usr/src/lib/libldap5/Makefile.com +++ b/usr/src/lib/libldap5/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -83,7 +83,7 @@ SRCS= $(BEROBJS:%.o=../sources/ldap/ber/%.c) \ $(UTILOBJS:%.o=../sources/ldap/util/%.c) LIBS = $(DYNLIB) $(LINTLIB) -DYNFLAGS += $(ZNODELETE) $(BDIRECT) +DYNFLAGS += $(ZNODELETE) CPPFLAGS= $(COM_INC) $(CPPFLAGS.master) |