summaryrefslogtreecommitdiffstats
path: root/share/dict
diff options
context:
space:
mode:
Diffstat (limited to 'share/dict')
-rw-r--r--share/dict/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile
index b5ef308..16bf9d0 100644
--- a/share/dict/Makefile
+++ b/share/dict/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
+# $Id$
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
@@ -7,7 +8,7 @@ NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
OpenPOWER on IntegriCloud