summaryrefslogtreecommitdiff
path: root/distrib/alpha/special/ftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/alpha/special/ftp/Makefile')
-rw-r--r--distrib/alpha/special/ftp/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/distrib/alpha/special/ftp/Makefile b/distrib/alpha/special/ftp/Makefile
deleted file mode 100644
index 8cf18040885..00000000000
--- a/distrib/alpha/special/ftp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 1997/09/10 21:04:25 millert Exp $
-# $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $
-# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
-
-# Define SMALL to disable command line editing
-CFLAGS+=-DSMALL
-
-# 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
-MAN=
-.PATH: ${.CURDIR}/../../../../usr.bin/ftp
-
-LDADD+= -ltermcap
-DPADD+= ${LIBTERMCAP}
-
-#COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes
-
-.include <bsd.prog.mk>