diff options
author | dm <dm@cvs.openbsd.org> | 1996-07-26 20:35:32 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-07-26 20:35:32 +0000 |
commit | fc67b63cc21c60b85da615291b5babca28a9f65a (patch) | |
tree | fe52e07447b58a6a9b28829eda6c1949ff6f57eb /usr.bin/tip | |
parent | 8a341513f18075362720586fc427669852301fdc (diff) |
Install with 4554 permissions so people not in the dialer group can make
a non-setuid copy and run it.
Diffstat (limited to 'usr.bin/tip')
-rw-r--r-- | usr.bin/tip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/Makefile b/usr.bin/tip/Makefile index a6b58c07bf5..d76fe7e3ec7 100644 --- a/usr.bin/tip/Makefile +++ b/usr.bin/tip/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:40:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1996/07/26 20:35:31 dm Exp $ # $NetBSD: Makefile,v 1.4 1994/12/08 09:30:36 jtc Exp $ # # Files are: @@ -38,7 +38,7 @@ CFLAGS+=-I${.CURDIR} \ .PATH: ${.CURDIR}/aculib BINOWN= uucp BINGRP= dialer -BINMODE=4510 +BINMODE=4554 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \ remote.c tip.c tipout.c uucplock.c value.c vars.c \ biz22.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c |