diff options
Diffstat (limited to 'gnu/libexec/uucp/uuchk/Makefile')
-rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 7081d94e2a22c..8757ec68a7314 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,8 +1,10 @@ # Makefile for uuchk -# $Id: Makefile,v 1.1 1993/08/05 18:27:05 conklin Exp $ +# $Id: Makefile,v 1.3 1994/05/31 05:46:20 ache Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINGRP= $(group) +BINMODE= 550 PROG= uuchk SRCS= uuchk.c |