5 lines
79 B
Makefile
5 lines
79 B
Makefile
PROG= fsck1
|
|
CPPFLAGS+= -I${MINIXSRCDIR}/servers
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|