diff options
author | dm <dm@cvs.openbsd.org> | 1996-08-11 18:30:55 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-08-11 18:30:55 +0000 |
commit | 23c3f131921efee8cae85a573b27dfde73a18b7e (patch) | |
tree | ea424506312296769bc1e7269879cef5ef15f9c1 /bin/chio | |
parent | e31e41944e84283ef4b7e2dee575abb222435c9c (diff) |
Install with 4554 permissions.
Diffstat (limited to 'bin/chio')
-rw-r--r-- | bin/chio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile index 0dec14fa172..b6af3805a6a 100644 --- a/bin/chio/Makefile +++ b/bin/chio/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1996/07/17 05:05:51 tholo Exp $ +# $OpenBSD: Makefile,v 1.4 1996/08/11 18:30:54 dm Exp $ # $NetBSD: Makefile,v 1.1.1.1 1996/04/03 00:34:39 thorpej Exp $ PROG= chio SRCS= chio.c BINOWN= root BINGRP= operator -BINMODE=4550 +BINMODE=4554 .include <bsd.prog.mk> |