[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.16 and 1.17

version 1.16, 1999/12/08 12:57:06 version 1.17, 2000/09/03 18:41:23
Line 6 
Line 6 
 # Uncomment the following to provide defaults for gate-ftp operation  # Uncomment the following to provide defaults for gate-ftp operation
 #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21  #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
   
 .if (defined(USE_SOCKS) && ${USE_SOCKS} == "YES")  .if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes")
 CFLAGS += -DSOCKS -I/usr/local/include  CFLAGS += -DSOCKS -I/usr/local/include
 LDADD += -lsocks5  LDADD += -lsocks5
 .endif  .endif

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17