Change install permissions to 4555 from 4755

This commit is contained in:
pst 1996-05-20 16:42:32 +00:00
parent e91444cdab
commit 3c92abcb98
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>