diff options
author | ache <ache@FreeBSD.org> | 1995-05-14 17:01:07 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-05-14 17:01:07 +0000 |
commit | 492dcc2fc3fbf42e39af2ee6ca084f6f3d33ecf0 (patch) | |
tree | c9e91a7843a46f3f36b828afb0b99e726c1ae6f1 /gnu/libexec/uucp/uuchk | |
parent | 58025d3c03d06bf07b415af7179e90dd47dbbc56 (diff) | |
download | FreeBSD-src-492dcc2fc3fbf42e39af2ee6ca084f6f3d33ecf0.zip FreeBSD-src-492dcc2fc3fbf42e39af2ee6ca084f6f3d33ecf0.tar.gz |
Install uuconv/uuchk with right permissions
Diffstat (limited to 'gnu/libexec/uucp/uuchk')
-rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 46df27f..707dcee 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,10 +1,7 @@ # Makefile for uuchk -# $Id: Makefile,v 1.2 1994/05/31 05:11:12 ache 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 |