minix/commands/du/Makefile

6 lines
76 B
Makefile
Raw Normal View History

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