diff options
author | 2009-01-05 18:51:49 +0000 | |
---|---|---|
committer | 2009-01-05 18:51:49 +0000 | |
commit | 6a923f3e3c59c91e0920a87d7b0837241e28cddc (patch) | |
tree | fa65021d010a78b2fbb1af8b15f85d9cb1886ee6 | |
parent | the RT3070 MAC/BBP can be coupled with an RT3020 (1T1R), RT3021 (1T2R) or (diff) | |
download | wireguard-openbsd-6a923f3e3c59c91e0920a87d7b0837241e28cddc.tar.xz wireguard-openbsd-6a923f3e3c59c91e0920a87d7b0837241e28cddc.zip |
since socks5 has been removed from ports recently, switch ftp to
dante instead. "makes sense" sthen@, ajacoutot@, "no objections"
millert@; "i agree" jakob@. tested by Simon Kuhnle and myself
-rw-r--r-- | usr.bin/ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index bcdc8eedd99..a08c78af65f 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2008/07/08 21:07:57 martynas Exp $ +# $OpenBSD: Makefile,v 1.24 2009/01/05 18:51:49 martynas Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL @@ -8,7 +8,7 @@ .if (defined(USE_SOCKS) && ${USE_SOCKS:L} == "yes") CFLAGS += -DSOCKS -I/usr/local/include -LDADD += -lsocks5 +LDADD += -L/usr/local/lib -lsocks .endif PROG= ftp |