jkh 02ace70617 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>
1995-04-25 15:05:11 +00:00

10 lines
306 B
Makefile

LIB= ftp
CFLAGS+= -I${.CURDIR}
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
.include <bsd.lib.mk>