Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/x_ftp pull up revs 1.4-1.6 from trunk. (cgd)



details:   https://anonhg.NetBSD.org/src/rev/bfe5142b079b
branches:  netbsd-1-4
changeset: 469057:bfe5142b079b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Jun 25 01:21:52 1999 +0000

description:
pull up revs 1.4-1.6 from trunk. (cgd)

diffstat:

 distrib/utils/x_ftp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e8cc05d87ed -r bfe5142b079b distrib/utils/x_ftp/Makefile
--- a/distrib/utils/x_ftp/Makefile      Fri Jun 25 01:15:42 1999 +0000
+++ b/distrib/utils/x_ftp/Makefile      Fri Jun 25 01:21:52 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/02/13 02:54:19 lukem Exp $
+# $NetBSD: Makefile,v 1.3.2.1 1999/06/25 01:21:52 cgd Exp $
 # Build a smaller ftp (i.e. for boot media)
 
 PROG=  ftp
@@ -13,7 +13,7 @@
 SRCS=  cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
        util.c
 
-CPPFLAGS+= -DSMALL -I${SRCDIR}
+CPPFLAGS+= -DNO_EDITCOMPLETE -DNO_ABOUT -I${SRCDIR}
 
 all: ${PROG}
 



Home | Main Index | Thread Index | Old Index