diff options
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r-- | usr.bin/ftp/Makefile | 4 |
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> |