summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-03 18:00:07 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-09-03 18:00:07 +0000
commitb144f6e5cfc95f3486ac25047d67372e40adbaed (patch)
tree14410b1ea376d03c802ab50fcbca10a3403205a7 /usr.bin/ftp/Makefile
parentd6631cc24a4fcf56093ab90bdf2a08692a471d50 (diff)
http:// support for the command line fetches; useful for the ports subsystem
and other scripts. written by brian@saturn.net (and then i clawed at it for a bit..)
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r--usr.bin/ftp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile
index 02e84d7da1e..ca0d202f7ae 100644
--- a/usr.bin/ftp/Makefile
+++ b/usr.bin/ftp/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 1996/06/26 05:33:32 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1996/09/03 18:00:05 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $
PROG= ftp
-SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
+SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c http.c
CFLAGS+= -Dunix
.include <bsd.prog.mk>