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.
This commit is contained in:
Rodney W. Grimes 1993-07-16 17:51:03 +00:00
parent 6a8b6e6f01
commit 2fb012f552
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131

View File

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