This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / share / dict / Makefile
# @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
# Missing: connectives, words
FILES= README propernames web2 web2a
NOOBJ= noobj
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>