aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile.in
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-04-01 18:17:01 +0200
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-04-03 17:13:47 -0400
commit51f6d88420f9289e8b3b395a709e1a0aedc8e163 (patch)
tree9dc0dc5ef74a49f248de1a4502cd0d2d704e6266 /apps/Makefile.in
parentc3a7e0c565c5d41e7d9b910a45c2248c2f3d5152 (diff)
downloadopenssl-51f6d88420f9289e8b3b395a709e1a0aedc8e163.zip
openssl-51f6d88420f9289e8b3b395a709e1a0aedc8e163.tar.gz
openssl-51f6d88420f9289e8b3b395a709e1a0aedc8e163.tar.bz2
apps/Makefile.in: add tsget rule.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps/Makefile.in')
-rw-r--r--apps/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile.in b/apps/Makefile.in
index 064496b..d2ec0c7 100644
--- a/apps/Makefile.in
+++ b/apps/Makefile.in
@@ -151,5 +151,9 @@ CA.pl: CA.pl.in
$(PERL) -I$(TOP) -Mconfigdata $(TOP)/util/dofile.pl -oapps/Makefile CA.pl.in > CA.pl.new
mv CA.pl.new CA.pl
+tsget: tsget.in
+ $(PERL) -I$(TOP) -Mconfigdata $(TOP)/util/dofile.pl -oapps/Makefile tsget.in > tsget.new
+ mv tsget.new tsget
+
# DO NOT DELETE THIS LINE -- make depend depends on it.