Bring in OpenBSD's boggle(6).
commit11da14fe9dd205ed4a63e6069b876094c039ca00
authorzrj <rimvydas.jasinskas@gmail.com>
Thu, 16 Nov 2017 12:27:33 +0000 (16 14:27 +0200)
committerzrj <zrj@dragonflybsd.org>
Thu, 16 Nov 2017 14:59:00 +0000 (16 16:59 +0200)
tree39c01854d1ff86756a19d7b0e3c64de811259235
parenteffe64663eea4e5451f6425abe83be2202f10174
Bring in OpenBSD's boggle(6).

As per README, stuff is addictive!

Pointed-by: Thierry
Taken-from: OpenBSD
21 files changed:
etc/mtree/BSD.usr.dist
games/Makefile
games/boggle/Makefile [new file with mode: 0644]
games/boggle/Makefile.inc [new file with mode: 0644]
games/boggle/README [new file with mode: 0644]
games/boggle/boggle/Makefile [new file with mode: 0644]
games/boggle/boggle/bog.c [new file with mode: 0644]
games/boggle/boggle/bog.h [new file with mode: 0644]
games/boggle/boggle/boggle.6 [new file with mode: 0644]
games/boggle/boggle/extern.h [new file with mode: 0644]
games/boggle/boggle/help.c [new file with mode: 0644]
games/boggle/boggle/helpfile [new file with mode: 0644]
games/boggle/boggle/mach.c [new file with mode: 0644]
games/boggle/boggle/prtable.c [new file with mode: 0644]
games/boggle/boggle/timer.c [new file with mode: 0644]
games/boggle/boggle/word.c [new file with mode: 0644]
games/boggle/dictfiles/Makefile [new file with mode: 0644]
games/boggle/mkdict/Makefile [new file with mode: 0644]
games/boggle/mkdict/mkdict.c [new file with mode: 0644]
games/boggle/mkindex/Makefile [new file with mode: 0644]
games/boggle/mkindex/mkindex.c [new file with mode: 0644]