minix/commands/du/Makefile

6 lines
76 B
Makefile

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