diff --git a/apps/Makefile.in b/apps/Makefile.in index c765bd446..290dff6ba 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