summaryrefslogtreecommitdiffstats
path: root/boggle/mkindex
Commit message (Collapse)AuthorAgeFilesLines
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* some makefile de-lintinglukem2002-09-181-2/+3
|
* MKfoo=no -> NOfoo=tv2001-12-121-2/+2
|
* Don't use <sys/cdefs.h> __COPYRIGHT/__RCSID macros or <err.h> errsimonb2000-07-311-12/+11
| | | | | function for host programs - use portable ANSI constructs instead. Patches from Chris Demetriou.
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-141-18/+5
| | | | for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
* If the dictionary for boggle does not include words beginning withjsm1999-12-071-3/+13
| | | | | every letter, add appropriate index lines. Problem reported by Mike Castle <dalgoda@ix.netcom.com> against the Linux port of the NetBSD games collection.
* Warning cleanup for boggle's mkdict and mkindex.jsm1999-09-181-5/+7
|
* Check for write errors in auxiliary programs used during build of games.jsm1999-09-101-2/+6
|
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-2/+2
| | | include <bsd.own.mk> if testing a MKxxx variable.
* remove unused args from main(), as per PR#5867hubertf1998-09-111-5/+3
|
* use HOST_CPPFLAGS not HOST_CFLAGSlukem1998-04-131-2/+2
|
* use CPPFLAGS instead of CFLAGSlukem1997-10-261-2/+2
|
* minor KNFifylukem1997-10-111-4/+4
|
* Use proginstall:: to disable installing PROG.mycroft1997-05-071-2/+3
|
* Allow boggle to be cross-compiled; the mkdict and mkindex programsthorpej1997-04-281-2/+12
| | | are used only by the hosting system.
* add/fix id tagscgd1995-03-212-0/+7
|
* boggle(6), from 44litejtc1994-10-212-0/+129