minix/commands/ftpd200/Makefile
2010-05-12 16:28:54 +00:00

14 lines
254 B
Makefile

# Makefile for ftpd
#
# 01/25/96 Initial Release Michael Temari, <Michael@TemWare.Com>
# 2005-02-25 version 2.00
PROG= in.ftpd
SRCS= ftpd.c access.c file.c net.c
CPPFLAGS+= -m
MAN= ftpd.8
SCRIPTS= ftpdsh
FILES= setup.anonftp
.include <minix.prog.mk>