[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.8, Wed Mar 26 00:35:23 1997 UTC (27 years, 2 months ago) by deraadt
Branch: MAIN
Changes since 1.7: +2 -1 lines

no libcrypt, fix DPADD

#	$OpenBSD: Makefile,v 1.8 1997/03/26 00:35:23 deraadt 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
DPADD+=	${LIBEDIT} ${LIBTERMCAP}

.include <bsd.prog.mk>