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

Diff for /src/usr.bin/ftp/Makefile between version 1.28 and 1.29

version 1.28, 2015/02/09 08:24:20 version 1.29, 2015/10/12 16:39:07
Line 11 
Line 11 
   
 LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto  LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto
 DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}  DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
 LDSTATIC= ${STATIC}  
   
 #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes  #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29