head	1.3;
access;
symbols
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	libftp1_0:1.1.1.1
	libftp:1.1.1;
locks; strict;
comment	@# @;


1.3
date	95.12.30.18.47.52;	author peter;	state dead;
branches;
next	1.2;

1.2
date	95.04.25.15.06.46;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	95.04.25.15.05.05;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.04.25.15.05.05;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@recording cvs-1.6 file death
@
text
@LIB=		ftp
CFLAGS+=	-I${.CURDIR} -Wall

SRCS=	FtpAbort.c              FtpFull.c               FtpPasv.c	\
	FtpArchie.c             FtpGetHost.c            FtpPort.c	\
	FtpBye.c                FtpGood.c               FtpPwd.c	\
	FtpClose.c              FtpIO.c                 FtpRetr.c	\
	FtpCommand.c            FtpInit.c               FtpSize.c	\
	FtpConnect.c            FtpLogin.c              FtpStor.c	\
	FtpCopy.c               FtpMessage.c            \
	FtpData.c               FtpMove.c               FtpType.c	\
	FtpDebug.c              Ftpfopen.c	\
	FtpFilenameChecker.c    FtpOpenDir.c

beforeinstall:
	-cd ${.CURDIR}; cmp -s FtpLibrary.h ${DESTDIR}/usr/include/FtpLibrary.h || \
		install -c -o ${BINOWN} -g ${BINGRP} -m 444 FtpLibrary.h \
		${DESTDIR}/usr/include

.include <bsd.lib.mk>
@


1.2
log
@Now check all the warning purges and general clean-up in on the second
pass.
@
text
@@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
CFLAGS+=	-I${.CURDIR}
d4 15
a18 4
SRCS=	FtpAbort.c FtpArchie.c FtpBye.c FtpClose.c FtpCommand.c FtpConnect.c \
	FtpCopy.c FtpData.c FtpDebug.c FtpFilenameChecker.c FtpFull.c \
	FtpMove.c FtpOpenDir.c FtpPasv.c FtpPort.c FtpPwd.c FtpRetr.c \
	FtpSize.c FtpStor.c FtpType.c Ftpfopen.c 
@


1.1.1.1
log
@A programmatic interface to ftp.  I need this for several other
components of the system.

The license is poorly worded, though I have an (email only) release
from the author for unlimited FreeBSD use.  I will try to get something
more concrete, though the author's remote location makes this difficult.
Submitted by:	Oleg Orel <orel@@oea.ihep.su>
@
text
@@
