[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Makefile.inc between version 1.80 and 1.81

version 1.80, 2019/12/13 19:09:10 version 1.81, 2020/01/23 10:24:29
Line 34 
Line 34 
 WARNINGS=yes  WARNINGS=yes
   
 OPENSSL?=       yes  OPENSSL?=       yes
   ZLIB?=          yes
   
 .if (${OPENSSL:L} == "yes")  .if (${OPENSSL:L} == "yes")
 CFLAGS+=        -DWITH_OPENSSL  CFLAGS+=        -DWITH_OPENSSL
   .endif
   
   .if (${ZLIB:L} == "yes")
   CFLAGS+=        -DWITH_ZLIB
 .endif  .endif
   
 CFLAGS+=        -DENABLE_PKCS11  CFLAGS+=        -DENABLE_PKCS11

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81