1 # $NetBSD: Makefile,v 1.31 2005/06/29 02:31:19 christos Exp $
2 # from: @(#)Makefile 8.2 (Berkeley) 4/3/94
6 USE_FORT?
= yes
# network client
9 SRCS
= cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c \
10 progressbar.c ruserpass.c util.c
12 # Uncomment the following to provide defaults for gate-ftp operation
14 #CPPFLAGS+=-DGATE_SERVER=\"ftp-gw.host\" # -DGATE_PORT=21
16 .if defined
(SMALLPROG
)
17 CPPFLAGS
+=-DNO_EDITCOMPLETE
-DNO_ABOUT
-DNO_AUTH
-DNO_HELP
-DNO_STATUS
-DNO_DEBUG
-DNO_USAGE
19 LDADD
+= -ledit
-ltermcap
20 DPADD
+= ${LIBEDIT} ${LIBTERMCAP}
23 .if
(!defined
(SMALLPROG
) || defined
(SMALLPROG_INET6
)) && (${USE_INET6} != "no")
27 cmds.o fetch.o
: version.h
30 .
include <bsd.prog.mk
>