summaryrefslogtreecommitdiffstats
path: root/crypto/libressl/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libressl/PREPARE')
-rwxr-xr-xcrypto/libressl/PREPARE5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/libressl/PREPARE b/crypto/libressl/PREPARE
new file mode 100755
index 0000000000..c9924b3ef5
--- /dev/null
+++ b/crypto/libressl/PREPARE
@@ -0,0 +1,5 @@
+if spell_ok openssl;then
+ for each in $(show_up_depends openssl 1); do
+ up_trigger $each cast_self
+ done
+fi