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:
@@ -1,6 +1,7 @@
|
|||||||
PROG= man
|
PROG= man
|
||||||
SRCS= man.c manpath.c glob.c
|
SRCS= man.c manpath.c glob.c
|
||||||
MAN1= man.1
|
MAN1= man.1
|
||||||
|
BINMODE=2555
|
||||||
|
|
||||||
.if exists(${.CURDIR}/../lib/obj)
|
.if exists(${.CURDIR}/../lib/obj)
|
||||||
LDADD= -L${.CURDIR}/../lib/obj -lman
|
LDADD= -L${.CURDIR}/../lib/obj -lman
|
||||||
|
|||||||
Reference in New Issue
Block a user