diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-08-20 17:08:41 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-08-20 17:08:41 +0000 |
commit | 57a0b3669b4ce99f71f03cad41e2e68be6e194b7 (patch) | |
tree | 7cfcdbd19504390babf6a657e7e14696bb7d900b | |
parent | 4376ee908323a4a86eecaf1eea760c799594e88e (diff) |
Don't install with special permissions.
-rw-r--r-- | gnu/libexec/uucp/cu/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index 57a57ea2613..8d115c26b20 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,10 +1,10 @@ # Makefile for cu -# $Id: Makefile,v 1.2 1996/09/03 10:59:47 deraadt Exp $ +# $Id: Makefile,v 1.3 1999/08/20 17:08:40 downsj Exp $ BINDIR= $(bindir) -BINOWN= $(owner) -BINGRP= dialer -BINMODE= 4554 +#BINOWN= $(owner) +#BINGRP= dialer +#BINMODE= 4554 PROG= cu SRCS= cu.c prot.c log.c chat.c conn.c copy.c |