xref: /freebsd/share/dict/Makefile (revision 8ab2f5ecc596131f6ca790d6ae35540c06ed7985)
1#	@(#)Makefile	8.1 (Berkeley) 6/5/93
2# $FreeBSD$
3
4NOOBJ=		noobj
5
6# XXX MISSING:	connectives words
7FILES=		README propernames web2 web2a freebsd
8FILESDIR=	${BINDIR}/dict
9SYMLINKS=	web2 ${FILESDIR}/words
10
11.include <bsd.prog.mk>
12