diff options
author | ache <ache@FreeBSD.org> | 1994-05-31 15:55:43 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-31 15:55:43 +0000 |
commit | 0f8691556b25fbee05b63719b3993d1d57704104 (patch) | |
tree | c83f27e0994aab0981e718534fad09fa2fb4236d | |
parent | e98c79aa42e18f6d6a0da0781fbb96030e566902 (diff) | |
download | FreeBSD-src-0f8691556b25fbee05b63719b3993d1d57704104.zip FreeBSD-src-0f8691556b25fbee05b63719b3993d1d57704104.tar.gz |
Back out previous change and allow uucico to run by others,
this required by several programs
-rw-r--r-- | gnu/libexec/uucp/uucico/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile index 145616c..0e7c73c 100644 --- a/gnu/libexec/uucp/uucico/Makefile +++ b/gnu/libexec/uucp/uucico/Makefile @@ -1,10 +1,9 @@ # Makefile for uucico -# $Id: Makefile,v 1.4 1994/05/31 05:08:11 ache Exp $ +# $Id: Makefile,v 1.5 1994/05/31 05:46:32 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) -BINGRP= $(group) -BINMODE= 4550 +BINMODE= 4555 PROG= uucico SRCS= uucico.c trans.c send.c rec.c xcmd.c prot.c protg.c protf.c \ |