Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ftp As dsl points out, sysinst uses the progress bar...
details: https://anonhg.NetBSD.org/src/rev/1a0948254641
branches: trunk
changeset: 573826:1a0948254641
user: jmc <jmc%NetBSD.org@localhost>
date: Fri Feb 11 15:13:28 2005 +0000
description:
As dsl points out, sysinst uses the progress bar so put it back on SMALLPROG
diffstat:
usr.bin/ftp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 82df7b9ca9a2 -r 1a0948254641 usr.bin/ftp/Makefile
--- a/usr.bin/ftp/Makefile Fri Feb 11 15:11:08 2005 +0000
+++ b/usr.bin/ftp/Makefile Fri Feb 11 15:13:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/02/10 16:00:06 jmc Exp $
+# $NetBSD: Makefile,v 1.30 2005/02/11 15:13:28 jmc Exp $
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
.include <bsd.own.mk>
@@ -12,7 +12,7 @@
#CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
.if defined(SMALLPROG)
-CPPFLAGS+=-DNO_EDITCOMPLETE -DNO_ABOUT -DNO_AUTH -DNO_HELP -DNO_STATUS -DNO_PROGRESS
+CPPFLAGS+=-DNO_EDITCOMPLETE -DNO_ABOUT -DNO_AUTH -DNO_HELP -DNO_STATUS
.else
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
Home |
Main Index |
Thread Index |
Old Index