minix/commands/format/Makefile
David van Moolenbroek a459232eed mount(1)/umount(1)/format(1): remove setuid bits
This is a security measure. We may want to bring back user access to
mounting and formatting media in the future, but this should be done
only once we are sure that this is safe from a security perspective.
2012-10-17 23:01:13 +02:00

5 lines
42 B
Makefile

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