summaryrefslogtreecommitdiff
path: root/distrib/special/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/special/ftp')
-rw-r--r--distrib/special/ftp/Makefile6
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