summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-09-05 03:53:23 +0000
committermillert <millert@openbsd.org>1997-09-05 03:53:23 +0000
commit2afc609ca65bba1f8352f65279ee665731f5ef52 (patch)
tree77d20997434939a5d3b4ccc635ebbe400394e01f
parentadd full defines for %cr4 bits and cpu_feature bits (names match freebsd (diff)
downloadwireguard-openbsd-2afc609ca65bba1f8352f65279ee665731f5ef52.tar.xz
wireguard-openbsd-2afc609ca65bba1f8352f65279ee665731f5ef52.zip
Add commented out support for building with socks5.
-rw-r--r--usr.bin/ftp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 59de87c0715..c6359bf0d90 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1997/09/04 04:37:12 millert Exp $
+# $OpenBSD: Makefile,v 1.12 1997/09/05 03:53:23 millert Exp $
# $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
@@ -8,6 +8,10 @@
# Uncomment the following to provide defaults for gate-ftp operation
#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
+
PROG= ftp
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
stringlist.c util.c