diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-13 12:30:17 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-13 12:30:17 +0000 |
| commit | 12421b942f426ce8bdcce5b3dcaf3439259aab5b (patch) | |
| tree | 9046e6665428730dc7693b9d9ead17552679a5a6 /gnu/libexec | |
| parent | cbed30a5cfd0ad251f8556ce51a68e678b479672 (diff) | |
Notes
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/Makefile.inc | 3 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uucico/Makefile | 4 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuxqt/Makefile | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/gnu/libexec/uucp/Makefile.inc b/gnu/libexec/uucp/Makefile.inc index a40e0a35300b..dfdd71e339a1 100644 --- a/gnu/libexec/uucp/Makefile.inc +++ b/gnu/libexec/uucp/Makefile.inc @@ -20,7 +20,8 @@ VERSION= 1.05 owner= uucp group= uucp bindir= /usr/bin -sbindir= /usr/libexec/uucp +sbindir= /usr/sbin +libxdir= /usr/libexec/uucp # The directory to look in for new style configuration files (when # using HAVE_TAYLOR_CONFIG). diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile index 0e7c73c8ed8c..f968c3500efe 100644 --- a/gnu/libexec/uucp/uucico/Makefile +++ b/gnu/libexec/uucp/uucico/Makefile @@ -1,7 +1,7 @@ # Makefile for uucico -# $Id: Makefile,v 1.5 1994/05/31 05:46:32 ache Exp $ +# $Id: Makefile,v 1.6 1994/05/31 15:55:43 ache Exp $ -BINDIR= $(sbindir) +BINDIR= $(libxdir) BINOWN= $(owner) BINMODE= 4555 diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index 3d2472754b8d..8669d541e226 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -1,7 +1,7 @@ # Makefile for uuxqt -# $Id: Makefile,v 1.4 1994/05/31 05:09:03 ache Exp $ +# $Id: Makefile,v 1.5 1994/05/31 05:46:42 ache Exp $ -BINDIR= $(sbindir) +BINDIR= $(libxdir) BINOWN= $(owner) BINGRP= $(group) BINMODE= 4550 |
