summaryrefslogtreecommitdiffstats
path: root/usr.bin/ftp/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-05-30 03:08:17 +0000
committerpst <pst@FreeBSD.org>1996-05-30 03:08:17 +0000
commit93cb831554dbe0e43e154dbf039bd862f4c3bafe (patch)
tree0d2838764f1b4d3e7487cd1b0c8ce5f33bf39681 /usr.bin/ftp/Makefile
parent10d32f7a70eaa6dcc9bd498e4bf78130094d6fdd (diff)
downloadFreeBSD-src-93cb831554dbe0e43e154dbf039bd862f4c3bafe.zip
FreeBSD-src-93cb831554dbe0e43e154dbf039bd862f4c3bafe.tar.gz
1. Remove SOCKS support (unneded with SOCKS v5 port)
2. Update quarantine port support to use new kernel mechanism.
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r--usr.bin/ftp/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 12a718f..dc8197f 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -4,13 +4,5 @@ PROG= ftp
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
LINKS= ${BINDIR}/ftp ${BINDIR}/pftp
MLINKS= ftp.1 pftp.1
-CFLAGS+=-DFTP_DATA_BOTTOM=40000 -DFTP_DATA_TOP=44999
-
-.if defined(SOCKS)
-CFLAGS+=-DSOCKS
-CFLAGS+=-Dconnect=Rconnect -Dgetsockname=Rgetsockname -Dlisten=Rlisten \
- -Daccept=Raccept -Drcmd=Rrcmd -Dbind=Rbind -Dselect=Rselect
-LDADD+= -lsocks
-.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud