Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/usr.bin/ftp Pull up revision 1.31 (requested by lukem in ...
details: https://anonhg.NetBSD.org/src/rev/92ad7d0db235
branches: netbsd-3
changeset: 576776:92ad7d0db235
user: tron <tron%NetBSD.org@localhost>
date: Sun Jul 24 10:32:22 2005 +0000
description:
Pull up revision 1.31 (requested by lukem in ticket #606):
Add NO_USAGE and NO_DEBUG so that we can fit in the floppies again.
diffstat:
usr.bin/ftp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9145cca78a97 -r 92ad7d0db235 usr.bin/ftp/Makefile
--- a/usr.bin/ftp/Makefile Sun Jul 24 10:32:14 2005 +0000
+++ b/usr.bin/ftp/Makefile Sun Jul 24 10:32:22 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2005/02/11 15:13:28 jmc Exp $
+# $NetBSD: Makefile,v 1.30.2.1 2005/07/24 10:32:22 tron 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_DEBUG -DNO_USAGE
.else
LDADD+= -ledit -ltermcap
DPADD+= ${LIBEDIT} ${LIBTERMCAP}
Home |
Main Index |
Thread Index |
Old Index