diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index 4181aef91b76..9f6bcdec536a 100644 --- a/gnu/usr.bin/man/man/Makefile +++ b/gnu/usr.bin/man/man/Makefile @@ -1,6 +1,6 @@ PROG= man SRCS= man.c manpath.c glob.c -BINMODE=6555 +BINMODE=2555 .if exists(${.CURDIR}/../lib/obj) LDADD= -L${.CURDIR}/../lib/obj -lman