[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

File: [local] / src / usr.bin / ftp / Makefile (download)

Revision 1.7, Fri Mar 21 20:59:26 1997 UTC (27 years, 2 months ago) by millert
Branch: MAIN
Changes since 1.6: +5 -10 lines

Add in recent NetBSD changes we didn't already have:
    Always compile complete.c but ifdef out the bits if -DSMALL (christos)
    reset interactive mode correctly in auto_fetch() mget mode (lukem)

#	$OpenBSD: Makefile,v 1.7 1997/03/21 20:59:26 millert Exp $
#	$NetBSD: Makefile,v 1.10 1997/03/14 01:39:31 christos Exp $
#	from: @(#)Makefile	8.2 (Berkeley) 4/3/94

# define SMALL to disable command line editing
#CFLAGS+=-DSMALL

PROG=	ftp
SRCS=	cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
	stringlist.c util.c

LDADD+=	-ledit -ltermcap

.include <bsd.prog.mk>