repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coverity appeasement
[minix.git]
/
commands
/
ftp101
/
Makefile
blob
553f02a2c4eb8b6d0437f255a4379fe6e67c05b8
1
# Makefile for ftp
2
#
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>
6
7
PROG
=
ftp
8
SRCS
=
ftp.c local.c file.c xfer.c other.c net.c crc.c
9
CPPFLAGS
+= -
DCRC_ONLY
10
11
.
include
<
bsd.prog.mk
>