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