Install uuconv/uuchk to /usr/sbin

This commit is contained in:
Andrey A. Chernov 1995-05-13 12:30:17 +00:00
parent cbed30a5cf
commit 12421b942f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8492
3 changed files with 6 additions and 5 deletions

View File

@ -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).

View File

@ -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

View File

@ -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