[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.23 and 1.24

version 1.23, 2008/07/08 21:07:57 version 1.24, 2009/01/05 18:51:49
Line 8 
Line 8 
   
 .if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes")  .if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes")
 CFLAGS += -DSOCKS -I/usr/local/include  CFLAGS += -DSOCKS -I/usr/local/include
 LDADD += -lsocks5  LDADD += -L/usr/local/lib -lsocks
 .endif  .endif
   
 PROG=   ftp  PROG=   ftp

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