aboutsummaryrefslogtreecommitdiff
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-28 18:56:04 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-28 18:56:04 +0000
commiteff5f6124ca0354825c611b051336bd1a6cfc892 (patch)
treec18c0011c7f44b389bc3c8fd0a3e47b5ef3fcf80 /util/mk1mf.pl
parentedbcba6c6bd4587e96fb4e4d07a6c24920897579 (diff)
downloadopenssl-eff5f6124ca0354825c611b051336bd1a6cfc892.zip
openssl-eff5f6124ca0354825c611b051336bd1a6cfc892.tar.gz
openssl-eff5f6124ca0354825c611b051336bd1a6cfc892.tar.bz2
Add a default banner. Contributed by Joon Radley <jradley@vps.co.za>
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index bbeb7b6..100d76f 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -8,6 +8,7 @@
$INSTALLTOP="/usr/local/ssl";
$OPTIONS="";
$ssl_version="";
+$banner="\t\@echo Building OpenSSL";
open(IN,"<Makefile.ssl") || die "unable to open Makefile.ssl!\n";
while(<IN>) {