diff --git a/commands/format/Makefile b/commands/format/Makefile index ac3215f3c..7d0de0436 100644 --- a/commands/format/Makefile +++ b/commands/format/Makefile @@ -1,5 +1,4 @@ PROG= format -BIMODE= 4755 MAN= .include diff --git a/commands/mount/Makefile b/commands/mount/Makefile index 17d24bd83..c708bfdc2 100644 --- a/commands/mount/Makefile +++ b/commands/mount/Makefile @@ -1,6 +1,5 @@ PROG= mount BINDIR= /bin -BINMODE= 4755 MAN= .include diff --git a/commands/umount/Makefile b/commands/umount/Makefile index 1f03c5a83..5d167b23f 100644 --- a/commands/umount/Makefile +++ b/commands/umount/Makefile @@ -1,6 +1,5 @@ PROG= umount BINDIR= /bin -BINMODE= 4755 MAN= .include