vm: fix potential null deref
[minix.git] / commands / zmodem / Makefile
blob35dd33a6c8fe87a691726ebabad0b9fa23caa9da
1 # Makefile for zmodem
3 PROGS= rz sz
4 CPPFLAGS+= -DPOSIX
5 MAN.rz=
6 MAN.sz=
8 .include <bsd.prog.mk>