summaryrefslogtreecommitdiffstats
path: root/share/dict
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-01-03 14:13:48 +0000
committerwosch <wosch@FreeBSD.org>1998-01-03 14:13:48 +0000
commitdca4eb7d35746249f03ddd3b0c5bc83a219e84e4 (patch)
treea12eccdf692a204b8bb23c9c8fefbfcc6b0d8482 /share/dict
parent3e3c36dddcebbd315332e0e6497c37c5ae42bfb2 (diff)
downloadFreeBSD-src-dca4eb7d35746249f03ddd3b0c5bc83a219e84e4.zip
FreeBSD-src-dca4eb7d35746249f03ddd3b0c5bc83a219e84e4.tar.gz
444 -> ${SHAREMODE}
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