diff options
author | ache <ache@FreeBSD.org> | 1994-05-31 05:46:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-31 05:46:42 +0000 |
commit | 7b66d7143bcace2a8755efafa23e7eb47e4d7aab (patch) | |
tree | 21865eaf47db854c2bbc1b338ed8ba125227abfb /gnu/libexec/uucp/uuchk | |
parent | 48ebd7358e637e2e2edc2705eb37eaa72238c94a (diff) | |
download | FreeBSD-src-7b66d7143bcace2a8755efafa23e7eb47e4d7aab.zip FreeBSD-src-7b66d7143bcace2a8755efafa23e7eb47e4d7aab.tar.gz |
I forget to add BINGRP=$(group)
Diffstat (limited to 'gnu/libexec/uucp/uuchk')
-rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |