[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / openssh

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/openssh/Makefile between version 1.265 and 1.266

version 1.265, 2020/05/27 13:49:27 version 1.266, 2020/06/07 06:27:52
Line 71  CONFIGURE_ENV+=  LD=${CC:Q}
Line 71  CONFIGURE_ENV+=  LD=${CC:Q}
 # Enable S/Key support on NetBSD, Darwin, and Solaris.  # Enable S/Key support on NetBSD, Darwin, and Solaris.
 .if (${OPSYS} == "NetBSD") || (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")  .if (${OPSYS} == "NetBSD") || (${OPSYS} == "Darwin") || (${OPSYS} == "SunOS")
 .  include "../../security/skey/buildlink3.mk"  .  include "../../security/skey/buildlink3.mk"
 CONFIGURE_ARGS+=        --with-skey=${BUILDLINK_PREFIX.skey}  
 .else  
 CONFIGURE_ARGS+=        --without-skey  
 .endif  .endif
   
 .if (${OPSYS} == "NetBSD")  .if (${OPSYS} == "NetBSD")

Legend:
Removed from v.1.265  
changed lines
  Added in v.1.266

CVSweb <webmaster@jp.NetBSD.org>