From 2fb012f5522618640e3242fd06e011e0642374a6 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 16 Jul 1993 17:51:03 +0000 Subject: [PATCH] Added BINMODE=2555 so that it can write the man pages into /usr/share/man/catx. This means the man dirs must be owned by group BIN. I have set up the distribution building tools to be that way. --- gnu/usr.bin/man/man/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index 31308bfe0bd..397157794f5 100644 --- a/gnu/usr.bin/man/man/Makefile +++ b/gnu/usr.bin/man/man/Makefile @@ -1,6 +1,7 @@ PROG= man SRCS= man.c manpath.c glob.c MAN1= man.1 +BINMODE=2555 .if exists(${.CURDIR}/../lib/obj) LDADD= -L${.CURDIR}/../lib/obj -lman