summaryrefslogtreecommitdiff
path: root/usr/src/lib/libgss
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libgss')
-rw-r--r--usr/src/lib/libgss/Makefile3
-rw-r--r--usr/src/lib/libgss/Makefile.com21
-rw-r--r--usr/src/lib/libgss/i386/Makefile4
-rw-r--r--usr/src/lib/libgss/sparc/Makefile4
-rw-r--r--usr/src/lib/libgss/sparcv9/Makefile5
5 files changed, 11 insertions, 26 deletions
diff --git a/usr/src/lib/libgss/Makefile b/usr/src/lib/libgss/Makefile
index 73d2c91060..4949cfb40e 100644
--- a/usr/src/lib/libgss/Makefile
+++ b/usr/src/lib/libgss/Makefile
@@ -42,7 +42,6 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
POFILE = $(LIBRARY:.a=.po)
XGETFLAGS+= -a
@@ -50,7 +49,7 @@ MSGFILES = `$(GREP) -l gettext *.[ch]`
.KEEP_STATE:
-all clean clobber lint: $(SUBDIRS)
+all clean clobber: $(SUBDIRS)
install: $(GSSMECH_DIR) all .WAIT $(SUBDIRS)
diff --git a/usr/src/lib/libgss/Makefile.com b/usr/src/lib/libgss/Makefile.com
index fd3ea535db..135ab47e3e 100644
--- a/usr/src/lib/libgss/Makefile.com
+++ b/usr/src/lib/libgss/Makefile.com
@@ -88,23 +88,19 @@ SRCS += $(GSSCREDOBJ:%.o=$(GSSCRED_DIR)/%.c) \
$(KRB5OBJ:%.o=$(KRB5DIR)/%.c) \
$(KRB5ETOBJ:%.o=$(KRB5ETDIR)/%.c) \
$(UTSGSSOBJ:%.o=$(UTSGSSDIR)/%.c)
-GSSLINTSRC = $(GSSOBJECTS:%.o=$(SRCDIR)/%.c) \
- $(GSSCREDOBJ:%.o=$(GSSCRED_DIR)/%.c) \
- $(UTSGSSOBJ:%.o=$(UTSGSSDIR)/%.c)
OBJECTS = $(GSSOBJECTS) $(GSSCREDOBJ) $(KRB5OBJ) $(UTSGSSOBJ) $(KRB5ETOBJ)
# include library definitions
include ../../Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
-$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC)
-LDLIBS += -lc
+LDLIBS += -lc
-CPPFLAGS += -I$(GSSCRED_DIR) -I$(SRC)/uts/common/gssapi/include \
- -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
- -I$(SRC)/uts/common/gssapi/ \
- -I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
+CPPFLAGS += -I$(GSSCRED_DIR) -I$(SRC)/uts/common/gssapi/include \
+ -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
+ -I$(SRC)/uts/common/gssapi/ \
+ -I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
-DHAVE_STDLIB_H
CERRWARN += -_gcc=-Wno-unused-function
@@ -119,9 +115,6 @@ SMATCH=off
all: $(LIBS)
-lintcheck:= SRCS= $(GSSLINTSRC)
-
-lint: lintcheck
$(GSSCREDOBJ:%.o=pics/%.o):
$(COMPILE.c) -o $@ $(@:pics/%.o=$(GSSCRED_DIR)/%.c)
@@ -241,7 +234,7 @@ pics/ss_err.o: $(KRB5ETDIR)/ss_err.c
# used by rpcsec module
pics/gen_oids.o: $(SRC)/uts/common/gssapi/gen_oids.c
$(COMPILE.c) -o $@ $(SRC)/uts/common/gssapi/gen_oids.c
- $(POST_PROCESS_O)
+ $(POST_PROCESS_O)
# include library targets
include ../../Makefile.targ
diff --git a/usr/src/lib/libgss/i386/Makefile b/usr/src/lib/libgss/i386/Makefile
index 3a9b043b65..4985a17a2a 100644
--- a/usr/src/lib/libgss/i386/Makefile
+++ b/usr/src/lib/libgss/i386/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
@@ -31,5 +29,5 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libgss/sparc/Makefile b/usr/src/lib/libgss/sparc/Makefile
index 2a944b0b43..d6eed917a9 100644
--- a/usr/src/lib/libgss/sparc/Makefile
+++ b/usr/src/lib/libgss/sparc/Makefile
@@ -22,8 +22,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include ../Makefile.com
@@ -31,4 +29,4 @@ include ../Makefile.com
all: $(LIBS)
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/lib/libgss/sparcv9/Makefile b/usr/src/lib/libgss/sparcv9/Makefile
index a4095ab7ce..aac1ebbe1f 100644
--- a/usr/src/lib/libgss/sparcv9/Makefile
+++ b/usr/src/lib/libgss/sparcv9/Makefile
@@ -23,16 +23,13 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-#ident "%Z%%M% %I% %E% SMI"
-#
-# lib/libgss/sparcv9/Makefile
include ../Makefile.com
include ../../Makefile.lib.64
GSSMECH_DIR_V9 = $(ROOT)/usr/lib/sparcv9/gss
-install: all $(GSSMECH_DIR_V9) $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(GSSMECH_DIR_V9) $(ROOTLIBS64) $(ROOTLINKS64)
$(GSSMECH_DIR_V9):
$(INS.dir)