diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 12:02:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 12:02:49 +0000 |
commit | ac47786c682c4e54eed966da854f5e65f6129a42 (patch) | |
tree | 6eaad86644ff1ea9ed16243cae8761467d4e4528 /games/Makefile | |
parent | b7ae6bf01ca5fab869272f6fd1450a394a1677ff (diff) |
add nInvaders 0.0.8
The nIvaders game is a Space Invaders clone for ncurses
PR: 40413
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes:
svn path=/head/; revision=62986
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 8b90d66ecfea..8d426644e375 100644 --- a/games/Makefile +++ b/games/Makefile @@ -182,6 +182,7 @@ SUBDIR += miscom SUBDIR += myth2_demo SUBDIR += mythserver + SUBDIR += nInvaders SUBDIR += nadar SUBDIR += nethack32 SUBDIR += nethack33 |