Make man the default owner, don't bother with sgid.

This commit is contained in:
Jordan K. Hubbard 1994-03-19 22:25:17 +00:00
parent f43a065a65
commit cf92a93503

View File

@ -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