minix/commands/ftpd200/Makefile

13 lines
238 B
Makefile
Raw Normal View History

# 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
MAN= ftpd.8
SCRIPTS= ftpdsh
FILES= setup.anonftp
.include <bsd.prog.mk>