Add LINKS for /usr/share/dict/words.

This commit is contained in:
mycroft 1993-08-10 16:42:48 +00:00
parent 3e1e16397e
commit 7951d19dd0

View File

@ -1,14 +1,15 @@
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
# $Id: Makefile,v 1.3 1993/07/31 15:34:13 mycroft Exp $
# $Id: Makefile,v 1.4 1993/08/10 16:42:48 mycroft Exp $
# Missing: connectives, words
FILES= README propernames web2 web2a
NOOBJ= noobj
LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
all clean cleandir depend lint tags:
install:
realinstall:
@@if [ ! -d ${DESTDIR}${BINDIR}/dict ]; then \
/bin/rm -f ${DESTDIR}${BINDIR}/dict ; \
mkdir -p ${DESTDIR}${BINDIR}/dict ; \