From d87d2f2837e15609eae57c330db3318d255c6e10 Mon Sep 17 00:00:00 2001 From: cgd Date: Fri, 25 Jun 1999 01:07:56 +0000 Subject: [PATCH] use -DNO_EDITCOMPLETE -DNO_ABOUT rather than -DSMALL. The latter excludes the progress meter code, which isn't particularly large and which is _very_ useful when downloading distribution sets from a not-local network. --- distrib/utils/x_ftp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/utils/x_ftp/Makefile b/distrib/utils/x_ftp/Makefile index bb0ae0aba49b..eeeb405a4fc1 100644 --- a/distrib/utils/x_ftp/Makefile +++ b/distrib/utils/x_ftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/06/21 01:19:36 cgd Exp $ +# $NetBSD: Makefile,v 1.6 1999/06/25 01:07:56 cgd Exp $ # Build a smaller ftp (i.e. for boot media) PROG= ftp @@ -13,7 +13,7 @@ SRCDIR= ${.CURDIR}/../../../usr.bin/ftp 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}