diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-14 17:01:07 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-14 17:01:07 +0000 |
| commit | cb874294c96e4ce8d37bac700c16836ede5763c9 (patch) | |
| tree | c9e91a7843a46f3f36b828afb0b99e726c1ae6f1 /gnu/libexec | |
| parent | b04042154b19f97b94d72d8a27cbc63f9e0db958 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uuchk/Makefile | 5 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/gnu/libexec/uucp/uuchk/Makefile b/gnu/libexec/uucp/uuchk/Makefile index 46df27ff95b1..707dcee0dc17 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 diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index a4c17ef187cc..f83920b95413 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,10 +1,7 @@ # Makefile for uuconv -# $Id: Makefile,v 1.2 1994/05/31 05:13:08 ache Exp $ +# $Id: Makefile,v 1.3 1994/05/31 05:46:34 ache Exp $ BINDIR= $(sbindir) -BINOWN= $(owner) -BINGRP= $(group) -BINMODE= 550 PROG= uuconv SRCS= uuconv.c |
