minix/commands/df/Makefile
David van Moolenbroek 870f6d08af df(1): use statvfs instead of raw disk access
As of this patch, df(1) no longer performs raw disk access; it
operates exclusively on mounted file systems. This also means
that df no longer needs to be setuid.
2012-10-17 22:51:17 +02:00

5 lines
38 B
Makefile

PROG= df
MAN=
.include <bsd.prog.mk>