summaryrefslogtreecommitdiffstats
path: root/share/syscons/fonts
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-01-03 14:09:21 +0000
committerwosch <wosch@FreeBSD.org>1998-01-03 14:09:21 +0000
commit3e3c36dddcebbd315332e0e6497c37c5ae42bfb2 (patch)
tree470c7ed0fff567ebd83f02f51d23e5053f2cf738 /share/syscons/fonts
parentd12b0e463898ae2f724efb43eda85634212937dd (diff)
downloadFreeBSD-src-3e3c36dddcebbd315332e0e6497c37c5ae42bfb2.zip
FreeBSD-src-3e3c36dddcebbd315332e0e6497c37c5ae42bfb2.tar.gz
444 -> ${SHAREMODE}
/usr/share -> ${SHAREDIR}
Diffstat (limited to 'share/syscons/fonts')
-rw-r--r--share/syscons/fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
index b112ff8..e252839 100644
--- a/share/syscons/fonts/Makefile
+++ b/share/syscons/fonts/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1997/04/04 01:44:18 ache Exp $
+# $Id: Makefile,v 1.15 1997/09/22 21:44:38 wosch Exp $
FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
cp437-thin-8x8.fnt cp437-thin-8x16.fnt \
@@ -16,13 +16,13 @@ FONTS= cp437-8x8.fnt cp437-8x14.fnt cp437-8x16.fnt \
koi8-rb-8x16.fnt koi8-rc-8x16.fnt \
INDEX.fonts
-FONTDIR = /usr/share/syscons/fonts
+FONTDIR = ${SHAREDIR}/syscons/fonts
NOMAN = noman
NOOBJ = noobj
install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \
${DESTDIR}${FONTDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud