diff options
Diffstat (limited to 'usr/src/lib/libsldap')
-rw-r--r-- | usr/src/lib/libsldap/Makefile | 3 | ||||
-rw-r--r-- | usr/src/lib/libsldap/Makefile.com | 6 | ||||
-rw-r--r-- | usr/src/lib/libsldap/i386/Makefile | 5 | ||||
-rw-r--r-- | usr/src/lib/libsldap/sparc/Makefile | 5 |
4 files changed, 6 insertions, 13 deletions
diff --git a/usr/src/lib/libsldap/Makefile b/usr/src/lib/libsldap/Makefile index 64525df111..6f0ffbdca7 100644 --- a/usr/src/lib/libsldap/Makefile +++ b/usr/src/lib/libsldap/Makefile @@ -33,7 +33,6 @@ clean := TARGET= clean clobber := TARGET= clobber delete := TARGET= delete install := TARGET= install -lint := TARGET= lint catalog := TARGET= catalog _msg := TARGET= _msg package := TARGET= package @@ -46,7 +45,7 @@ POFILES= generic.po .KEEP_STATE: -all clean delete install lint catalog package: $(SUBDIRS) +all clean delete install catalog package: $(SUBDIRS) clobber: $(SUBDIRS) $(RM) $(POFILE) $(POFILES) 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 diff --git a/usr/src/lib/libsldap/i386/Makefile b/usr/src/lib/libsldap/i386/Makefile index 8f0cd8cce0..0b65d41b80 100644 --- a/usr/src/lib/libsldap/i386/Makefile +++ b/usr/src/lib/libsldap/i386/Makefile @@ -19,8 +19,7 @@ # # CDDL HEADER END # -# -# ident "%Z%%M% %I% %E% SMI" + # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -28,4 +27,4 @@ include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) diff --git a/usr/src/lib/libsldap/sparc/Makefile b/usr/src/lib/libsldap/sparc/Makefile index 8f0cd8cce0..0b65d41b80 100644 --- a/usr/src/lib/libsldap/sparc/Makefile +++ b/usr/src/lib/libsldap/sparc/Makefile @@ -19,8 +19,7 @@ # # CDDL HEADER END # -# -# ident "%Z%%M% %I% %E% SMI" + # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. @@ -28,4 +27,4 @@ include ../Makefile.com -install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) +install: all $(ROOTLIBS) $(ROOTLINKS) |