Change install permissions to 4555 from 4755

This commit is contained in:
Paul Traina 1996-05-20 16:42:32 +00:00
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

View file

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

View file

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