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
vm: fix failed alloc condition
[minix.git]
/
commands
/
zmodem
/
Makefile
blob
35dd33a6c8fe87a691726ebabad0b9fa23caa9da
1
# Makefile for zmodem
2
3
PROGS
=
rz sz
4
CPPFLAGS
+= -
DPOSIX
5
MAN.rz
=
6
MAN.sz
=
7
8
.
include
<
bsd.prog.mk
>