diff options
Diffstat (limited to 'usr/src/lib/libsldap/Makefile.com')
-rw-r--r-- | usr/src/lib/libsldap/Makefile.com | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libsldap/Makefile.com b/usr/src/lib/libsldap/Makefile.com index 1404a24572..3fbf8252f3 100644 --- a/usr/src/lib/libsldap/Makefile.com +++ b/usr/src/lib/libsldap/Makefile.com @@ -39,8 +39,7 @@ OBJECTS= $(SLDAPOBJ) include ../../Makefile.lib SRCS = $(SLDAPOBJ:%.o=../common/%.c) -LIBS = $(DYNLIB) $(LINTLIB) -$(LINTLIB):= SRCS=../common/llib-lsldap +LIBS = $(DYNLIB) LDLIBS += -lnsl -lldap -lscf -lc SRCDIR = ../common @@ -49,8 +48,6 @@ CFLAGS += $(CCVERBOSE) LOCFLAGS += -D_REENTRANT -DSUNW_OPTIONS CPPFLAGS += -I../common -I$(SRC)/lib/libldap5/include/ldap \ -I$(ADJUNCT_PROTO)/usr/include/mps $(LOCFLAGS) -LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN -LINTFLAGS64 += -erroff=E_BAD_PTR_CAST_ALIGN CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-switch @@ -63,6 +60,5 @@ SMATCH=off all: $(LIBS) -lint: lintcheck include ../../Makefile.targ |