Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp Add NO_PROGRESS for -DSMALL



details:   https://anonhg.NetBSD.org/src/rev/686bf456972a
branches:  trunk
changeset: 573796:686bf456972a
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Feb 10 16:00:06 2005 +0000

description:
Add NO_PROGRESS for -DSMALL

diffstat:

 usr.bin/ftp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3c07507f2a0d -r 686bf456972a usr.bin/ftp/Makefile
--- a/usr.bin/ftp/Makefile      Thu Feb 10 10:42:04 2005 +0000
+++ b/usr.bin/ftp/Makefile      Thu Feb 10 16:00:06 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.28 2005/01/10 02:58:59 lukem Exp $
+#      $NetBSD: Makefile,v 1.29 2005/02/10 16:00:06 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
+CPPFLAGS+=-DNO_EDITCOMPLETE -DNO_ABOUT -DNO_AUTH -DNO_HELP -DNO_STATUS -DNO_PROGRESS
 .else
 LDADD+=        -ledit -ltermcap
 DPADD+=        ${LIBEDIT} ${LIBTERMCAP}



Home | Main Index | Thread Index | Old Index