[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.34 and 1.35

version 1.34, 2021/01/27 22:27:41 version 1.35, 2021/02/16 16:27:34
Line 8 
Line 8 
 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
   
 LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto  LDADD+= -ledit -lcurses -ltls -lssl -lcrypto
 DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}  DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
   
 #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes  #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35