mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Change install permissions to 4555 from 4755
This commit is contained in:
parent
70967c1c28
commit
02415dc2f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15828
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.2 1995/03/31 21:16:59 wollman Exp $
|
||||
# $Id: Makefile,v 1.3 1995/06/21 18:30:10 wollman Exp $
|
||||
|
||||
PROG= mrinfo
|
||||
|
||||
|
@ -17,6 +17,6 @@ DPADD+= $S/common/libmrouted.a
|
|||
SRCS= mrinfo.c
|
||||
MAN8= ${.CURDIR}/../mrinfo.8
|
||||
BINOWN= root
|
||||
BINMODE=4755
|
||||
BINMODE=4555
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.1 1994/09/08 02:51:37 wollman Exp $
|
||||
# $Id: Makefile,v 1.2 1995/06/21 18:30:16 wollman Exp $
|
||||
|
||||
PROG= mtrace
|
||||
|
||||
|
@ -17,6 +17,6 @@ DPADD+= $S/common/libmrouted.a
|
|||
SRCS= mtrace.c
|
||||
MAN8= ${.CURDIR}/../mtrace.8
|
||||
BINOWN= root
|
||||
BINMODE=4755
|
||||
BINMODE=4555
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue