diff options
| -rw-r--r-- | gnu/libexec/uucp/uustat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uustat/Makefile b/gnu/libexec/uucp/uustat/Makefile index 7451292ceaa4..f45e6a108403 100644 --- a/gnu/libexec/uucp/uustat/Makefile +++ b/gnu/libexec/uucp/uustat/Makefile @@ -1,9 +1,10 @@ # Makefile for uustat -# $Id: Makefile,v 1.2 1993/08/05 16:15:22 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:28:01 conklin Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= dialer +BINMODE= 6555 PROG= uustat SRCS= uustat.c util.c log.c copy.c |
