02ace70617
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>
10 lines
306 B
Makefile
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>
|