diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:46:42 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:46:42 +0000 |
| commit | 33dddc66c640a152933f9cb1f8d198a3ba7d461e (patch) | |
| tree | 21865eaf47db854c2bbc1b338ed8ba125227abfb /gnu/libexec | |
| parent | 336116b49ac03a1655dee3f0aa15812ae858775c (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uucico/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uux/Makefile | 5 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuxqt/Makefile | 3 |
5 files changed, 11 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 7a7038dba9df..46df27ff95b1 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,8 +1,9 @@ # Makefile for uuchk -# $Id: Makefile,v 1.1 1993/08/05 18:27:05 conklin Exp $ +# $Id: Makefile,v 1.2 1994/05/31 05:11:12 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINGRP= $(group) BINMODE= 550 PROG= uuchk diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile index 380cde6d6271..145616c3fb05 100644 --- a/gnu/libexec/uucp/uucico/Makefile +++ b/gnu/libexec/uucp/uucico/Makefile @@ -1,8 +1,9 @@ # Makefile for uucico -# $Id: Makefile,v 1.3 1994/05/07 18:13:40 ache Exp $ +# $Id: Makefile,v 1.4 1994/05/31 05:08:11 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINGRP= $(group) BINMODE= 4550 PROG= uucico diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index 232accadbe48..a4c17ef187cc 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,8 +1,9 @@ # Makefile for uuconv -# $Id: Makefile,v 1.1 1993/08/05 18:27:28 conklin Exp $ +# $Id: Makefile,v 1.2 1994/05/31 05:13:08 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINGRP= $(group) BINMODE= 550 PROG= uuconv diff --git a/gnu/libexec/uucp/uux/Makefile b/gnu/libexec/uucp/uux/Makefile index 8f1cb4ef6383..7d8c92fbafec 100644 --- a/gnu/libexec/uucp/uux/Makefile +++ b/gnu/libexec/uucp/uux/Makefile @@ -1,9 +1,10 @@ # Makefile for uux -# $Id: Makefile,v 1.2 1993/08/05 16:15:25 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:28:14 conklin Exp $ BINDIR= $(bindir) BINOWN= $(owner) -BINMODE= 4555 +BINGRP= $(group) +BINMODE= 4550 PROG= uux SRCS= uux.c util.c log.c copy.c diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index f2db0e4c7e08..3d2472754b8d 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -1,8 +1,9 @@ # Makefile for uuxqt -# $Id: Makefile,v 1.3 1994/05/07 18:14:39 ache Exp $ +# $Id: Makefile,v 1.4 1994/05/31 05:09:03 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINGRP= $(group) BINMODE= 4550 PROG= uuxqt |
