diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-15 00:05:07 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-09-15 00:05:07 +0000 |
| commit | 44ac4ef67201e101c2cdaa6d769a316f738cd0a1 (patch) | |
| tree | a80fd27b8f07cf0698e2cf885db3f2b5134c06f9 /gnu/libexec | |
| parent | da2a7625a4ed0b5ebe7c50b63bf41735f18b3765 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -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 |
