2006-06-19 16:55:09 +02:00
|
|
|
# Makefile for ftp
|
|
|
|
#
|
|
|
|
# 01/25/96 Initial Release Michael Temari
|
|
|
|
# 03/08/00 Michael Temari, <Michael@TemWare.Com>
|
|
|
|
# 02/07/05 v. 1.01 Michael Temari, <Michael@TemWare.Com>
|
|
|
|
|
|
|
|
PROG= ftp
|
2010-05-12 18:28:54 +02:00
|
|
|
SRCS= ftp.c local.c file.c xfer.c other.c net.c crc.c
|
|
|
|
CPPFLAGS+= -DCRC_ONLY -m
|
2006-06-19 16:55:09 +02:00
|
|
|
|
2010-05-12 18:28:54 +02:00
|
|
|
.include <minix.prog.mk>
|