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