summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2000-09-07 01:57:36 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2000-09-07 01:57:36 +0000
commit98e23747fc24ee45c5b9cfba622ab9b0bbe51ca4 (patch)
tree5070e4018e082528d9d255041c25a6f6a07e8651
parent734f87e0cbae8f2300c2b4cdac94b4fc91631642 (diff)
bogus comment police
-rw-r--r--usr.bin/ftp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 72546e7ca76..d43c32af5cc 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 2000/09/03 18:41:23 espie Exp $
+# $OpenBSD: Makefile,v 1.18 2000/09/07 01:57:35 todd Exp $
# Define SMALL to disable command line editing
#CFLAGS+=-DSMALL
@@ -15,7 +15,6 @@ PROG= ftp
SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
stringlist.c util.c
-# not really used at this moment
CPPFLAGS+= -DINET6
LDADD+= -ledit -lcurses