Make man the default owner, don't bother with sgid.
This commit is contained in:
parent
f43a065a65
commit
cf92a93503
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user