[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.4, Tue Sep 3 18:00:05 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.3: +2 -2 lines

http:// support for the command line fetches; useful for the ports subsystem
and other scripts. written by brian@saturn.net (and then i clawed at it for
a bit..)

#       $OpenBSD: Makefile,v 1.4 1996/09/03 18:00:05 deraadt Exp $
#       $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $

PROG=	ftp
SRCS=	cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c http.c
CFLAGS+= -Dunix

.include <bsd.prog.mk>