xref: /freebsd/share/dict/Makefile (revision 4cf49a43559ed9fdad601bdcccd2c55963008675)
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