summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-03-28 11:08:00 +0300
committerGordon Ross <gwr@nexenta.com>2017-04-03 19:33:37 -0400
commitcd277642e0bdc71a7f57c550df1279b0c091d6e2 (patch)
tree2cd37183f7faf0652224ad25afe8e2bc6e667719 /usr/src/uts/sparc
parentb70272d37d9c1cb9110d939bb3a13e3c12081de5 (diff)
downloadillumos-joyent-cd277642e0bdc71a7f57c550df1279b0c091d6e2.tar.gz
5157 remove ELFSIGN leftovers from nightly
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Diffstat (limited to 'usr/src/uts/sparc')
-rw-r--r--usr/src/uts/sparc/aes/Makefile4
-rw-r--r--usr/src/uts/sparc/arcfour/Makefile4
-rw-r--r--usr/src/uts/sparc/blowfish/Makefile4
-rw-r--r--usr/src/uts/sparc/dca/Makefile5
-rw-r--r--usr/src/uts/sparc/des/Makefile5
-rw-r--r--usr/src/uts/sparc/dprov/Makefile4
-rw-r--r--usr/src/uts/sparc/ecc/Makefile4
-rw-r--r--usr/src/uts/sparc/rsa/Makefile4
8 files changed, 10 insertions, 24 deletions
diff --git a/usr/src/uts/sparc/aes/Makefile b/usr/src/uts/sparc/aes/Makefile
index c452dfeb6d..eae7c2dce7 100644
--- a/usr/src/uts/sparc/aes/Makefile
+++ b/usr/src/uts/sparc/aes/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -46,9 +47,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/arcfour/Makefile b/usr/src/uts/sparc/arcfour/Makefile
index f131035d48..7bfbdfc7ce 100644
--- a/usr/src/uts/sparc/arcfour/Makefile
+++ b/usr/src/uts/sparc/arcfour/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -46,9 +47,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/blowfish/Makefile b/usr/src/uts/sparc/blowfish/Makefile
index b7dfdc8fe6..88d56bb251 100644
--- a/usr/src/uts/sparc/blowfish/Makefile
+++ b/usr/src/uts/sparc/blowfish/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -47,9 +48,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/dca/Makefile b/usr/src/uts/sparc/dca/Makefile
index bea36330f6..f4420ccd16 100644
--- a/usr/src/uts/sparc/dca/Makefile
+++ b/usr/src/uts/sparc/dca/Makefile
@@ -20,6 +20,8 @@
#
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -49,9 +51,6 @@ CONF_SRCDIR = $(UTSBASE)/common/crypto/io
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/des/Makefile b/usr/src/uts/sparc/des/Makefile
index 90bc58b943..abf71ab827 100644
--- a/usr/src/uts/sparc/des/Makefile
+++ b/usr/src/uts/sparc/des/Makefile
@@ -21,6 +21,8 @@
#
# uts/sparc/des/Makefile
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
+#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -54,9 +56,6 @@ LINK_TARGET = $(TARGET_$(CLASS))
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/dprov/Makefile b/usr/src/uts/sparc/dprov/Makefile
index 330fd4da81..0aa53e059a 100644
--- a/usr/src/uts/sparc/dprov/Makefile
+++ b/usr/src/uts/sparc/dprov/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -53,9 +54,6 @@ CONF_SRCDIR = $(UTSBASE)/common/crypto/io
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/ecc/Makefile b/usr/src/uts/sparc/ecc/Makefile
index 86170b2387..8876c0ab9e 100644
--- a/usr/src/uts/sparc/ecc/Makefile
+++ b/usr/src/uts/sparc/ecc/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -48,9 +49,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#
diff --git a/usr/src/uts/sparc/rsa/Makefile b/usr/src/uts/sparc/rsa/Makefile
index 88a8cb52bd..ea61e30cea 100644
--- a/usr/src/uts/sparc/rsa/Makefile
+++ b/usr/src/uts/sparc/rsa/Makefile
@@ -18,6 +18,7 @@
#
# CDDL HEADER END
#
+# Copyright 2014 Garrett D'Amore <garrett@damore.org>
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
@@ -48,9 +49,6 @@ ROOTMODULE = $(ROOT_CRYPTO_DIR)/$(MODULE)
#
include $(UTSBASE)/sparc/Makefile.sparc
-# set signing mode
-ELFSIGN_MOD = $(ELFSIGN_CRYPTO)
-
#
# Define targets
#