Make the mk1mf 'mv' command variable
[openssl.git] / util / pl / netware.pl
index fe80a9bb89909e4c939acda47db48b8766e44b45..145911c9e293bd0efcd46069edbe14d103f84bfd 100644 (file)
@@ -126,6 +126,8 @@ else
    $cp='copy >nul:';
    # rm command
    $rm='del /f /q';
+   # mv command
+   $mv='move /y';
 }
 
 # assembler
@@ -222,7 +224,7 @@ else
 }
 
 # common defines
-$cflags.=" -DL_ENDIAN -DOPENSSL_SYSNAME_NETWARE -U_WIN32";
+$cflags.=" -DL_ENDIAN -DOPENSSL_SYS_NETWARE -U_WIN32";
 
 # If LibC build add in NKS_LIBC define and set the entry/exit
 # routines - The default entry/exit routines are for CLib and don't exist