[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.45 and 1.46

version 1.45, 2014/03/31 15:25:26 version 1.46, 2014/04/29 18:01:49
Line 39 
Line 39 
   
 WARNINGS=yes  WARNINGS=yes
   
   OPENSSL?=       yes
   .if (${OPENSSL:L} == "yes")
   CFLAGS+=        -DWITH_OPENSSL -DWITH_SSH1
   .endif
   
 CFLAGS+=        -DENABLE_PKCS11  CFLAGS+=        -DENABLE_PKCS11
 .ifndef NOPIC  .ifndef NOPIC
 CFLAGS+=        -DHAVE_DLOPEN  CFLAGS+=        -DHAVE_DLOPEN

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46