[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.27 and 1.28

version 1.27, 2014/10/31 13:48:21 version 1.28, 2015/02/09 08:24:20
Line 3 
Line 3 
 # Define SMALL to disable command line editing and https support  # Define SMALL to disable command line editing and https support
 #CFLAGS+=-DSMALL  #CFLAGS+=-DSMALL
   
 # Uncomment the following to provide defaults for gate-ftp operation  
 #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21  
   
 .if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes")  
 CFLAGS += -DSOCKS -I/usr/local/include  
 LDADD += -L/usr/local/lib -lsocks  
 .endif  
   
 PROG=   ftp  PROG=   ftp
 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

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