minix/commands/readfs/Makefile

6 lines
80 B
Makefile
Raw Normal View History

PROG= readfs
CPPFLAGS+= -I${MINIXSRCDIR}/servers
MAN=
.include <minix.prog.mk>