xref: /freebsd/share/dict/Makefile (revision 7f3dea244c40159a41ab22da77a434d7c5b5e85a)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
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