Commit 68ed0b24 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make sure apps/Makefile builds apps/CA.pl by default



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ae41f971
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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