revision 1.2

date: 1993/11/15 07:15:16;  author: rgrimes;  state: Exp;  lines: +1 -0
From Andrew Moore

Make /usr/share/dict/words a symbolic link to web2

[This is now NECESSARY for games/boggle as it uses /usr/share/dict/words
as an input file]

Reviewed by:	rgrimes
Submitted by:	From 1.x, alm
This commit is contained in:
Rodney W. Grimes 1994-09-09 12:15:49 +00:00
parent 010a751e0a
commit 4c0158a297
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2607

View File

@ -9,5 +9,6 @@ all clean cleandir depend lint tags:
install:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/dict
(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
.include <bsd.prog.mk>