diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-05-05 19:37:41 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2009-05-05 19:37:41 +0000 |
commit | 7f77eb562b8478d03a644a830aeb546b2b92c13d (patch) | |
tree | 071ed6a59c47ab5ff670ceba9ac24b6c185bde12 /distrib/special/ftp | |
parent | b495df83eb12f40bdde197d60b42c449eb0cb615 (diff) |
sync with the ftp changes
Diffstat (limited to 'distrib/special/ftp')
-rw-r--r-- | distrib/special/ftp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/special/ftp/Makefile b/distrib/special/ftp/Makefile index 7ff5fba1e9f..ed27892d5d0 100644 --- a/distrib/special/ftp/Makefile +++ b/distrib/special/ftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/11/09 20:18:28 krw Exp $ +# $OpenBSD: Makefile,v 1.5 2009/05/05 19:37:40 martynas Exp $ # $NetBSD: Makefile,v 1.13 1997/08/18 10:20:13 lukem Exp $ # from: @(#)Makefile 8.2 (Berkeley) 4/3/94 @@ -14,8 +14,7 @@ CFLAGS+=-DSMALL #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 +SRCS= fetch.c ftp.c main.c small.c util.c MAN= .PATH: ${.CURDIR}/../../../usr.bin/ftp |