[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.55 and 1.56

version 1.55, 2017/06/02 06:06:10 version 1.56, 2017/12/10 19:37:57
Line 38 
Line 38 
 .endif  .endif
   
 .include <bsd.obj.mk>  .include <bsd.obj.mk>
   
 .if exists(${.CURDIR}/../lib/${__objdir})  
 LDADD+=         -L${.CURDIR}/../lib/${__objdir} -lssh  
 DPADD+=         ${.CURDIR}/../lib/${__objdir}/libssh.a  
 .else  
 LDADD+=         -L${.CURDIR}/../lib -lssh  
 DPADD+=         ${.CURDIR}/../lib/libssh.a  
 .endif  
   
 LDADD+=         -lutil  

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56