VMS: support VERBOSE and V in descrip.mms
[openssl.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 6010df32d38c321e4dd8a5977679ce2fa12c3959..4283e9d19913eeb6c0aa8eaf13d86b7212316bf9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
 
        $ make VERBOSE=1 test                            # Unix
 
-       $ DEFINE VERBOSE 1
-       $ mms test                                       ! OpenVMS
+       $ mms /macro=(VERBOSE=1) test                    ! OpenVMS
 
        $ nmake VERBOSE=1 test                           # Windows