Makefile revision 52509
1# ex:ts=8
2#	@(#)Makefile	8.1 (Berkeley) 6/5/93
3# $FreeBSD: head/share/dict/Makefile 52509 1999-10-26 07:51:24Z obrien $
4
5# XXX MISSING:	connectives words
6FILES=	README propernames web2 web2a
7NOOBJ=	noobj
8
9all clean cleandir depend lint tags:
10
11install:
12	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
13	    ${DESTDIR}${BINDIR}/dict
14	(cd ${DESTDIR}${BINDIR}/dict; rm -f words; ln -s web2 words)
15
16MAINTAINER=	obrien@FreeBSD.org
17
18.include <bsd.prog.mk>
19