diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:11:12 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-05-31 05:11:12 +0000 |
| commit | a537d2cfa68892b9fd86069b2c8bf6fc210b4775 (patch) | |
| tree | 8455a1827c46c4e1928c52e58db63600d4313e93 /gnu/libexec | |
| parent | ac0c04597470ee240b6b586902e9dfc02738c217 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -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 0aaa00f4cdc2..7a7038dba9df 100644 --- a/gnu/libexec/uucp/uuchk/Makefile +++ b/gnu/libexec/uucp/uuchk/Makefile @@ -1,8 +1,9 @@ # Makefile for uuchk -# $Id: Makefile,v 1.2 1993/08/05 16:15:02 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:27:05 conklin Exp $ BINDIR= $(sbindir) BINOWN= $(owner) +BINMODE= 550 PROG= uuchk SRCS= uuchk.c |
