From cf92a935033f3aba232fbd7b2ab53221101b3a1c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 19 Mar 1994 22:25:17 +0000 Subject: [PATCH] Make man the default owner, don't bother with sgid. --- gnu/usr.bin/man/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/man/man/Makefile b/gnu/usr.bin/man/man/Makefile index 03f875b00f88..aaeb0868d8b2 100644 --- a/gnu/usr.bin/man/man/Makefile +++ b/gnu/usr.bin/man/man/Makefile @@ -1,7 +1,7 @@ PROG= man SRCS= man.c manpath.c glob.c -BINMODE=2555 -BINGRP= man +BINMODE=4555 +BINOWN= man .if exists(${.CURDIR}/../lib/obj) LDADD= -L${.CURDIR}/../lib/obj -lman