summaryrefslogtreecommitdiff
path: root/usr/src/lib/pkcs11/libsoftcrypto/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/pkcs11/libsoftcrypto/amd64')
-rw-r--r--usr/src/lib/pkcs11/libsoftcrypto/amd64/Makefile7
1 files changed, 2 insertions, 5 deletions
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 $@ $<