include ../../Makefile.config
include ../../Makefile.rules

all:

test:

clean:

install:
	install -d ${CCTOOLS_INSTALL_DIR}/doc
	install ftp_lite.html ${CCTOOLS_INSTALL_DIR}/doc
