diff options
-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 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 diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index a4c17ef..f83920b 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 |