xref: /original-bsd/share/dict/Makefile (revision 8fbb78b3)
1#	@(#)Makefile	5.1.1.1 (Berkeley) 05/07/91
2
3# Missing: connectives, words
4
5FILES=	README propernames web2 web2a
6NOOBJ=	noobj
7
8all clean cleandir depend lint tags:
9
10install:
11	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
12	    ${DESTDIR}${BINDIR}/dict
13
14.include <bsd.prog.mk>
15