diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:37:12 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:37:12 +0000 |
| commit | 336116b49ac03a1655dee3f0aa15812ae858775c (patch) | |
| tree | 4483bebc0a61f9bc5914e36d6c4e88f459bdd46f /gnu/libexec | |
| parent | 5974426b3738bb83e552ecaa42263cebbf2ffb65 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uucp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uucp/Makefile b/gnu/libexec/uucp/uucp/Makefile index 5e4546061755d..e44afea4d35b4 100644 --- a/gnu/libexec/uucp/uucp/Makefile +++ b/gnu/libexec/uucp/uucp/Makefile @@ -1,9 +1,10 @@ # Makefile for uucp -# $Id: Makefile,v 1.2 1993/08/05 16:15:11 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:27:34 conklin Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= $(group) +BINMODE= 4550 PROG= uucp SRCS= uucp.c util.c log.c copy.c |
