diff options
Diffstat (limited to 'gnu/libexec/uucp')
-rw-r--r-- | gnu/libexec/uucp/cu/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 150579b5ebd..57a57ea2613 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,9 +1,10 @@ # Makefile for cu -# $Id: Makefile,v 1.1 1995/10/18 08:38:27 deraadt Exp $ +# $Id: Makefile,v 1.2 1996/09/03 10:59:47 deraadt Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= dialer +BINMODE= 4554 PROG= cu SRCS= cu.c prot.c log.c chat.c conn.c copy.c |