mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
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:
parent
6a8b6e6f01
commit
2fb012f552
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user