[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.14 and 1.15

version 1.14, 1997/10/02 04:22:39 version 1.15, 1998/07/24 00:10:54
Line 15 
Line 15 
 SRCS=   cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \  SRCS=   cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
         stringlist.c util.c          stringlist.c util.c
   
 LDADD+= -ledit -ltermcap  LDADD+= -ledit -lcurses
 DPADD+= ${LIBEDIT} ${LIBTERMCAP}  DPADD+= ${LIBEDIT} ${LIBCURSES}
   
 #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes  #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15