Use BINOWN, etc. instead of bin, etc. so that (this part of)

`BINOWN=... make world' can be run by users other than root.
This commit is contained in:
Bruce Evans 1997-12-17 12:04:53 +00:00
parent a2d1e2fbf5
commit 45c9cb5439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31804
4 changed files with 14 additions and 14 deletions

View file

@ -2,15 +2,15 @@
# Client Makefiles define DEV and DEVFILES and provide rules for
# individual font files
#
# $Id$
# $Id: Makefile.dev,v 2.4 1997/02/22 15:45:42 peter Exp $
.include "../Makefile.cfg"
FONTDIR?= /usr/share/groff_font
DEVICEDIR?= $(FONTDIR)/dev$(DEV)
FONTOWN?= bin
FONTGRP?= bin
FONTMODE?= 444
FONTOWN?= ${BINOWN}
FONTGRP?= ${BINGRP}
FONTMODE?= ${NOBINMODE}
all: $(DEVFILES)

View file

@ -2,15 +2,15 @@
# Client Makefiles define DEV and DEVFILES and provide rules for
# individual font files
#
# $Id$
# $Id: Makefile.dev,v 2.4 1997/02/22 15:45:42 peter Exp $
.include "../Makefile.cfg"
FONTDIR?= /usr/share/groff_font
DEVICEDIR?= $(FONTDIR)/dev$(DEV)
FONTOWN?= bin
FONTGRP?= bin
FONTMODE?= 444
FONTOWN?= ${BINOWN}
FONTGRP?= ${BINGRP}
FONTMODE?= ${NOBINMODE}
all: $(DEVFILES)

View file

@ -1,6 +1,6 @@
TMACOWN?= bin
TMACGRP?= bin
TMACMODE?= 444
TMACOWN?= ${BINOWN}
TMACGRP?= ${BINGRP}
TMACMODE?= ${NOBINMODE}
TMACDIR?= /usr/share/tmac
FILES= 0.MT 5.MT 4.MT ms.cov se_ms.cov

View file

@ -1,8 +1,8 @@
# Makefile for groff macros
TMACOWN?= bin
TMACGRP?= bin
TMACMODE?= 444
TMACOWN?= ${BINOWN}
TMACGRP?= ${BINGRP}
TMACMODE?= ${NOBINMODE}
TMACDIR?= /usr/share/tmac
MDOCDIR?= ${TMACDIR}/mdoc