summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-05-31 05:46:42 +0000
committerache <ache@FreeBSD.org>1994-05-31 05:46:42 +0000
commit7b66d7143bcace2a8755efafa23e7eb47e4d7aab (patch)
tree21865eaf47db854c2bbc1b338ed8ba125227abfb /gnu
parent48ebd7358e637e2e2edc2705eb37eaa72238c94a (diff)
downloadFreeBSD-src-7b66d7143bcace2a8755efafa23e7eb47e4d7aab.zip
FreeBSD-src-7b66d7143bcace2a8755efafa23e7eb47e4d7aab.tar.gz
I forget to add BINGRP=$(group)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/libexec/uucp/uuchk/Makefile3
-rw-r--r--gnu/libexec/uucp/uucico/Makefile3
-rw-r--r--gnu/libexec/uucp/uuconv/Makefile3
-rw-r--r--gnu/libexec/uucp/uux/Makefile5
-rw-r--r--gnu/libexec/uucp/uuxqt/Makefile3
5 files changed, 11 insertions, 6 deletions
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile
index 7a7038d..46df27f 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 380cde6..145616c 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 232acca..a4c17ef 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 8f1cb4e..7d8c92f 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 f2db0e4..3d24727 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
OpenPOWER on IntegriCloud