changed BINMODE= 6555 and CATMODE= 0664

This commit is contained in:
Andrew Moore 1993-07-27 03:28:32 +00:00
parent 49386830c3
commit af7f5fbec0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199

View File

@ -1,6 +1,6 @@
PROG= man
SRCS= man.c manpath.c glob.c
BINMODE=2555
BINMODE=6555
.if exists(${.CURDIR}/../lib/obj)
LDADD= -L${.CURDIR}/../lib/obj -lman
@ -17,7 +17,7 @@ MAN1= ${.CURDIR}/man.1
DPADD+= ${MAN1}
CFLAGS+= -I${.CURDIR}/../lib -DSTDC_HEADERS -DPOSIX -DHAS_TROFF
CFLAGS+= -DDO_UNCOMPRESS -DALT_SYSTEMS -DSETREUID -DCATMODE=664
CFLAGS+= -DDO_UNCOMPRESS -DALT_SYSTEMS -DSETREUID -DCATMODE=0664
CLEANFILES+= ${MAN1}
${MAN1}: ${.CURDIR}/man.man