diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-10-08 20:19:26 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-10-08 20:19:26 +0000 |
commit | 9bfc1ff68c67f05d0a13ce3ab393ac6e3e4f5511 (patch) | |
tree | e3d280a98e13eaab0ec2b618a1ebb3b8406de052 /games/Makefile | |
parent | 41b0e03e7ca538ca095d5692a6d06062d753b4f5 (diff) | |
download | FreeBSD-src-9bfc1ff68c67f05d0a13ce3ab393ac6e3e4f5511.zip FreeBSD-src-9bfc1ff68c67f05d0a13ce3ab393ac6e3e4f5511.tar.gz |
Remove the wargames(6) novelty [and not the fun kind]:
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
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index c907bd7..e34b3ff 100644 --- a/games/Makefile +++ b/games/Makefile @@ -36,7 +36,6 @@ SUBDIR= adventure \ sail \ snake \ trek \ - wargames \ worm \ worms \ wump |