[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_install / files / create

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

Diff for /pkgsrc/pkgtools/pkg_install/files/create/Makefile.in between version 1.24 and 1.25

version 1.24, 2013/09/12 11:03:10 version 1.25, 2015/01/22 09:19:47
Line 26  PROG=  pkg_create
Line 26  PROG=  pkg_create
 SSL_SUPPORT=    @ssl_support@  SSL_SUPPORT=    @ssl_support@
   
 .if empty(BOOTSTRAP)  .if empty(BOOTSTRAP)
 LIBS=           -linstall -lfetch @LIBS@  LIBS=           -linstall -larchive -lfetch @LIBS@
 .if !empty(SSL_SUPPORT)  .if !empty(SSL_SUPPORT)
 LIBS+=          -lssl -lcrypto  LIBS+=          -lssl -lcrypto
 .endif  .endif

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>