diff --git a/share/dict/Makefile b/share/dict/Makefile index 392f7583bf2c..3810b0b985e5 100644 --- a/share/dict/Makefile +++ b/share/dict/Makefile @@ -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 ; \