diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-05-05 19:45:57 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-05-05 19:45:57 +0000 |
commit | 82bccc14aa8f8a29c79d4d11eb5858aab0edddfd (patch) | |
tree | 4c4270f0325645bf43e71f5ecc21da7fcf7d1d68 /distrib/special/ftp | |
parent | 7f77eb562b8478d03a644a830aeb546b2b92c13d (diff) |
socks5 has been removed; use dante instead
sure theo
Diffstat (limited to 'distrib/special/ftp')
-rw-r--r-- | distrib/special/ftp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/special/ftp/Makefile b/distrib/special/ftp/Makefile index ed27892d5d0..fdad0be75f7 100644 --- a/distrib/special/ftp/Makefile +++ b/distrib/special/ftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/05/05 19:37:40 martynas Exp $ +# $OpenBSD: Makefile,v 1.6 2009/05/05 19:45:56 martynas Exp $ # $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 @@ -10,8 +10,8 @@ CFLAGS+=-DSMALL #CFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21 # Uncomment the following for socks5 support. -#CFLAGS += -DSOCKS -include /usr/local/include/socks.h -#LDADD += -lsocks5 +#CFLAGS += -DSOCKS -I/usr/local/include +#LDADD += -L/usr/local/lib -lsocks PROG= ftp SRCS= fetch.c ftp.c main.c small.c util.c |