[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.29 and 1.30

version 1.29, 2015/10/12 16:39:07 version 1.30, 2016/05/06 22:06:09
Line 7 
Line 7 
 SRCS=   cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \  SRCS=   cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \
         list.c main.c ruserpass.c small.c stringlist.c util.c          list.c main.c ruserpass.c small.c stringlist.c util.c
   
 CPPFLAGS+= -DINET6  
   
 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}
   

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