summaryrefslogtreecommitdiff
path: root/usr/src/lib/pkcs11/libsoftcrypto
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pkcs11/libsoftcrypto')
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/Makefile3
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/Makefile.com5
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/amd64/Makefile7
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/capabilities/Makefile1
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/Makefile1
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/Makefile1
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/Makefile1
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/i386/Makefile7
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile7
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/sparcv9/Makefile7
10 files changed, 9 insertions, 31 deletions
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/Makefile
index 96d8d8144d..57ac14a115 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/Makefile
@@ -32,13 +32,12 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
.KEEP_STATE:
.PARALLEL: $(SUBDIRS)
-all clean clobber install lint: \
+all clean clobber install: \
$(CAPDIR) .WAIT $(SUBDIRS)
install_h: $(ROOTHDRS)
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/Makefile.com b/usr/src/lib/pkcs11/libsoftcrypto/Makefile.com
index 3c01b7ad0c..baca0d4bde 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/Makefile.com
+++ b/usr/src/lib/pkcs11/libsoftcrypto/Makefile.com
@@ -116,8 +116,3 @@ PAD_SRC = $(PAD_COMMON_SRC) $(PAD_PSM_SRC)
# Header include directories
CRYPTODIR = $(SRC)/common/crypto
UTSDIR = $(SRC)/uts/common/
-
-# Lint
-EXTRA_LINT_FLAGS = $(AES_FLAGS) $(BLOWFISH_FLAGS) $(ARCFOUR_FLAGS) \
- $(DES_FLAGS) $(BIGNUM_FLAGS) $(MODES_FLAGS) \
- $(DH_FLAGS) $(DSA_FLAGS) $(RSA_FLAGS) $(PAD_FLAGS)
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/amd64/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/amd64/Makefile
index 848a6b55b2..46ae07f9ef 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/amd64/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/amd64/Makefile
@@ -61,7 +61,7 @@ SRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
SRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
MAPFILEDIR = ../common
CFLAGS += -xO4 -xcrossfile
@@ -70,15 +70,12 @@ ASFLAGS += $(AS_PICFLAGS) -P -D__STDC__ -D_ASM
BIGNUM_FLAGS += -DPSR_MUL
CLEANFILES += arcfour-x86_64.s
LDLIBS += -lcryptoutil -lc
-LINTFLAGS64 += $(EXTRA_LINT_FLAGS)
.KEEP_STATE:
all: $(LIBS)
-lint: $(SRCS)
-
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
pics/%.o: $(AES_DIR)/$(MACH64)/%.c
$(COMPILE.c) $(AES_FLAGS) -o $@ $<
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/Makefile
index bfd264345e..3b03cec003 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/Makefile
@@ -41,7 +41,6 @@ install := TARGET= install
all clean clobber install: \
$(SUBDIRS)
-lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/Makefile
index aa11eb6fde..1191e6f7d4 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/intel/Makefile
@@ -39,7 +39,6 @@ install := TARGET= install
all clean clobber install: \
$(SUBDIRS)
-lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/Makefile
index 77aed04fa7..dddbce3b10 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/Makefile
@@ -39,7 +39,6 @@ install := TARGET= install
all clean clobber install: \
$(SUBDIRS)
-lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/Makefile
index 77aed04fa7..dddbce3b10 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4v/Makefile
@@ -39,7 +39,6 @@ install := TARGET= install
all clean clobber install: \
$(SUBDIRS)
-lint:
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/i386/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/i386/Makefile
index 11c2507cee..60b934a8d7 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/i386/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/i386/Makefile
@@ -45,13 +45,12 @@ SRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
SRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
MAPFILEDIR = ../common
CFLAGS += $(CCVERBOSE)
CPPFLAGS += -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
LDLIBS += -lcryptoutil -lc
-LINTFLAGS += $(EXTRA_LINT_FLAGS)
# Symbol capabilities objects are i386.
EXTPICS = ../capabilities/intel/i386/pics/symcap.o
@@ -60,8 +59,6 @@ EXTPICS = ../capabilities/intel/i386/pics/symcap.o
all: $(LIBS)
-lint: $(SRCS)
-
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
include ../Makefile.targ
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile
index 398c8265dc..79a352895b 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile
@@ -37,7 +37,7 @@ SRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
SRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
MAPFILEDIR = ../common
CFLAGS += $(CCVERBOSE)
@@ -48,7 +48,6 @@ CERRWARN += $(CNOWARN_UNINIT)
CPPFLAGS += -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
LDLIBS += -lcryptoutil -lc
-LINTFLAGS += $(EXTRA_LINT_FLAGS)
# Symbol capabilities objects are added for sun4u and sun4v.
EXTPICS = ../capabilities/sun4u/sparc/pics/symcap.o \
@@ -58,8 +57,6 @@ EXTPICS = ../capabilities/sun4u/sparc/pics/symcap.o \
all: $(LIBS)
-lint: $(SRCS)
-
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
include ../Makefile.targ
diff --git a/usr/src/lib/pkcs11/libsoftcrypto/sparcv9/Makefile b/usr/src/lib/pkcs11/libsoftcrypto/sparcv9/Makefile
index d90a6125f0..eb85292eab 100644
--- a/usr/src/lib/pkcs11/libsoftcrypto/sparcv9/Makefile
+++ b/usr/src/lib/pkcs11/libsoftcrypto/sparcv9/Makefile
@@ -38,7 +38,7 @@ SRCS = $(AES_SRC) $(ARCFOUR_SRC) $(BIGNUM_SRC) $(BLOWFISH_SRC) \
SRCDIR = $(SRC)/lib/pkcs11/libsoftcrypto/common
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
MAPFILEDIR = ../common
CFLAGS += $(CCVERBOSE)
@@ -49,7 +49,6 @@ CERRWARN += $(CNOWARN_UNINIT)
CPPFLAGS += -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
LDLIBS += -lcryptoutil -lc
-LINTFLAGS64 += $(EXTRA_LINT_FLAGS)
# Symbol capabilities objects are added for sun4u and sun4v.
EXTPICS = ../capabilities/sun4u/sparcv9/pics/symcap.o \
@@ -59,8 +58,6 @@ EXTPICS = ../capabilities/sun4u/sparcv9/pics/symcap.o \
all: $(LIBS)
-lint: $(SRCS)
-
-install: all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTLINT64)
+install: all $(ROOTLIBS64) $(ROOTLINKS64)
include ../Makefile.targ