summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2009-01-05 18:51:49 +0000
committermartynas <martynas@openbsd.org>2009-01-05 18:51:49 +0000
commit6a923f3e3c59c91e0920a87d7b0837241e28cddc (patch)
treefa65021d010a78b2fbb1af8b15f85d9cb1886ee6
parentthe RT3070 MAC/BBP can be coupled with an RT3020 (1T1R), RT3021 (1T2R) or (diff)
downloadwireguard-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/Makefile4
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