summaryrefslogtreecommitdiff
path: root/usr/src/lib/libkmf/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libkmf/plugins')
-rw-r--r--usr/src/lib/libkmf/plugins/Makefile5
-rw-r--r--usr/src/lib/libkmf/plugins/kmf_nss/Makefile5
-rw-r--r--usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com8
-rw-r--r--usr/src/lib/libkmf/plugins/kmf_openssl/Makefile5
-rw-r--r--usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile6
-rw-r--r--usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com4
6 files changed, 8 insertions, 25 deletions
diff --git a/usr/src/lib/libkmf/plugins/Makefile b/usr/src/lib/libkmf/plugins/Makefile
index 5b27f7e6da..7b288d65ac 100644
--- a/usr/src/lib/libkmf/plugins/Makefile
+++ b/usr/src/lib/libkmf/plugins/Makefile
@@ -21,7 +21,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
+
#
# KMF Prototype Makefile
#
@@ -36,9 +36,8 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libkmf/plugins/kmf_nss/Makefile b/usr/src/lib/libkmf/plugins/kmf_nss/Makefile
index 5c60729ece..130c1e2af4 100644
--- a/usr/src/lib/libkmf/plugins/kmf_nss/Makefile
+++ b/usr/src/lib/libkmf/plugins/kmf_nss/Makefile
@@ -21,8 +21,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include $(SRC)/lib/Makefile.lib
@@ -35,11 +33,10 @@ check := TARGET= check
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com b/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com
index 4a7fbbc270..0dc1ca1389 100644
--- a/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com
+++ b/usr/src/lib/libkmf/plugins/kmf_nss/Makefile.com
@@ -51,8 +51,6 @@ CPPFLAGS += -D_REENTRANT $(KMFINC) $(NSSINC) \
PICS= $(OBJECTS:%=pics/%)
-LINTFLAGS += -erroff=E_STATIC_UNUSED
-LINTFLAGS64 += -erroff=E_STATIC_UNUSED
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-unused-value
@@ -61,9 +59,6 @@ CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off
-lint:= NSSLIBS = $(BERLIB)
-lint:= NSSLIBS64 = $(BERLIB64)
-
LDLIBS32 += $(NSSLIBS)
LIBS = $(DYNLIB)
@@ -73,9 +68,8 @@ ROOTLIBDIR64= $(ROOTFS_LIBDIR)/crypto/$(MACH64)
.KEEP_STATE:
-all: $(LIBS) $(LINTLIB)
+all: $(LIBS)
-lint: lintcheck
FRC:
diff --git a/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile b/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile
index ba73e41d2e..0de4bac843 100644
--- a/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile
+++ b/usr/src/lib/libkmf/plugins/kmf_openssl/Makefile
@@ -21,8 +21,6 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
include $(SRC)/lib/Makefile.lib
@@ -34,11 +32,10 @@ check := TARGET= check
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile b/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile
index b65a323ef5..130c1e2af4 100644
--- a/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile
+++ b/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile
@@ -21,8 +21,7 @@
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
+
include $(SRC)/lib/Makefile.lib
SUBDIRS= $(MACH)
@@ -34,11 +33,10 @@ check := TARGET= check
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com b/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com
index d8bdbec7f7..31c367be63 100644
--- a/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com
+++ b/usr/src/lib/libkmf/plugins/kmf_pkcs11/Makefile.com
@@ -50,7 +50,6 @@ SRCS = \
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -D_REENTRANT $(KMFINC) -I$(INCDIR) \
-I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(BIGNUMDIR)
-LINTFLAGS64 += -errchk=longptr64
CERRWARN += -_gcc=-Wno-unused-label
@@ -68,9 +67,8 @@ ROOTLIBDIR64= $(ROOTFS_LIBDIR)/crypto/$(MACH64)
LIBS = $(DYNLIB)
-all: $(LIBS) $(LINTLIB)
+all: $(LIBS)
-lint: lintcheck
FRC: