Makefile revision 1.5
1#	from: @(#)Makefile	5.1.1.1 (Berkeley) 5/7/91
2#	$Id: Makefile,v 1.5 1993/09/30 22:59:32 jtc Exp $
3
4# Missing: connectives, words
5
6FILES=	README propernames web2 web2a
7NOOBJ=	noobj
8LINKS=	${BINDIR}/dict/web2 ${BINDIR}/dict/words
9
10all clean cleandir depend lint tags:
11
12beforeinstall:
13	@install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR}/dict
14
15realinstall:
16	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
17	    ${DESTDIR}${BINDIR}/dict
18
19.include <bsd.prog.mk>
20