6 lines
82 B
Makefile
6 lines
82 B
Makefile
PROG= df
|
|
CPPFLAGS+= -I${MINIXSRCDIR}
|
|
BINMODE= 4755
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|