From 68ed0b2480023424f280e98cda7199d913f3d7cc Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 25 Jan 2016 00:16:04 +0100 Subject: [PATCH] Make sure apps/Makefile builds apps/CA.pl by default Reviewed-by: Rich Salz --- apps/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/Makefile.in b/apps/Makefile.in index c765bd4460..290dff6ba5 100644 --- a/apps/Makefile.in +++ b/apps/Makefile.in @@ -63,10 +63,12 @@ ALL= $(GENERAL) $(EXE_SRC) $(HEADER) top: @(cd ..; $(MAKE) DIRS=$(DIR) all) -all: exe +all: exe scripts exe: $(EXE) +scripts: $(SCRIPTS) + openssl-vms.cnf: openssl.cnf $(PERL) $(TOP)/VMS/VMSify-conf.pl < openssl.cnf > openssl-vms.cnf -- 2.34.1