freebsd-dev/share/dict/Makefile
Murray Stokely 052ce5262c Add a dictionary of technical terms.
This file contains FreeBSD/Unix lexicon that is used by the system
documentation.  It makes a great ispell(1) personal dictionary to
supplement the standard English language dictionary, and can be used
to greatly reduce the number of false positives when spell checking
share/man/*, www/*, or doc/*

Discussed with: ru, obrien
MFC after:	2 weeks
2002-03-26 11:21:58 +00:00

12 lines
223 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
NOOBJ= noobj
# XXX MISSING: connectives words
FILES= README propernames web2 web2a tech
FILESDIR= ${BINDIR}/dict
SYMLINKS= web2 ${FILESDIR}/words
.include <bsd.prog.mk>