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.
This commit is contained in:
cgd 1999-06-25 01:07:56 +00:00
parent 102c680023
commit d87d2f2837

View File

@ -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) # Build a smaller ftp (i.e. for boot media)
PROG= ftp 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 \ SRCS= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
util.c util.c
CPPFLAGS+= -DSMALL -I${SRCDIR} CPPFLAGS+= -DNO_EDITCOMPLETE -DNO_ABOUT -I${SRCDIR}
all: ${PROG} all: ${PROG}