diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:13:08 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:13:08 +0000 |
| commit | 241ca242fb2930e5f2d9a54d6992c9529457983b (patch) | |
| tree | 5ad0a49960c0c32211a9a1bc81f6cc3f4df51a69 /gnu/libexec | |
| parent | a537d2cfa68892b9fd86069b2c8bf6fc210b4775 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index f06c3e274d5e..232accadbe48 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,8 +1,9 @@ # Makefile for uuconv -# $Id: Makefile,v 1.2 1993/08/05 16:15:08 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:27:28 conklin Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINMODE= 550 PROG= uuconv SRCS= uuconv.c |
