3685096edb
1) It never was very funny. 2) It was a N line shell script where N is less than X, where X is the number of lines of the Berkeley copyright and license. 3) I rewrote it in C with the intention of making it more interactive, ala the movie, but never did. 4) Because it really is possible for at least some parts of a distribution to shrink between releases. X-No-MFC: This game will remain in RELENG_4 and previous. X-Bikesheds-To: markm@ Approved by: The #bsdcode cabal. Obtained from: Professor Falken
44 lines
437 B
Makefile
44 lines
437 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 3/31/94
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= adventure \
|
|
arithmetic \
|
|
atc \
|
|
backgammon \
|
|
battlestar \
|
|
bcd \
|
|
bs \
|
|
caesar \
|
|
canfield \
|
|
cribbage \
|
|
dm \
|
|
factor \
|
|
fish \
|
|
fortune \
|
|
grdc \
|
|
hack \
|
|
hangman \
|
|
larn \
|
|
mille \
|
|
morse \
|
|
number \
|
|
phantasia \
|
|
piano \
|
|
pig \
|
|
pom \
|
|
ppt \
|
|
primes \
|
|
quiz \
|
|
rain \
|
|
random \
|
|
robots \
|
|
rogue \
|
|
sail \
|
|
snake \
|
|
trek \
|
|
worm \
|
|
worms \
|
|
wump
|
|
|
|
.include <bsd.subdir.mk>
|