7 lines
79 B
Makefile
7 lines
79 B
Makefile
# Makefile for zmodem
|
|
|
|
PROGS= rz sz
|
|
CPPFLAGS+= -DPOSIX
|
|
|
|
.include <bsd.prog.mk>
|