coverity appeasement
[minix.git] / commands / ftp101 / Makefile
blob553f02a2c4eb8b6d0437f255a4379fe6e67c05b8
1 # Makefile for ftp
3 # 01/25/96 Initial Release Michael Temari
4 # 03/08/00 Michael Temari, <Michael@TemWare.Com>
5 # 02/07/05 v. 1.01 Michael Temari, <Michael@TemWare.Com>
7 PROG= ftp
8 SRCS= ftp.c local.c file.c xfer.c other.c net.c crc.c
9 CPPFLAGS+= -DCRC_ONLY
11 .include <bsd.prog.mk>