xref: /freebsd/share/dict/Makefile (revision 380a989b3223d455375b4fae70fd0b9bdd43bafb)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2#	$Id$
3
4# XXX MISSING:	connectives words
5FILES=	README propernames web2 web2a
6NOOBJ=	noobj
7
8all clean cleandir depend lint tags:
9
10install:
11	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
12	    ${DESTDIR}${BINDIR}/dict
13	(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
14
15.include <bsd.prog.mk>
16