summaryrefslogtreecommitdiffstats
path: root/share/syscons/fonts
diff options
context:
space:
mode:
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