[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.24 and 1.25

version 1.24, 2009/01/05 18:51:49 version 1.25, 2009/05/05 19:35:30
Line 12 
Line 12 
 .endif  .endif
   
 PROG=   ftp  PROG=   ftp
 SRCS=   cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c list.c \  SRCS=   cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \
         main.c ruserpass.c stringlist.c util.c          list.c main.c ruserpass.c small.c stringlist.c util.c
   
 CPPFLAGS+= -DINET6  CPPFLAGS+= -DINET6
   

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25