xref: /freebsd/share/dict/Makefile (revision 44145cfc1456f95066386909c48f7a5087e75bc7)
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
13.include <bsd.prog.mk>
14