diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-19 14:27:57 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-07-19 14:27:57 +0000 |
commit | 675043860a9de6f0f4ae4935d903a02a053e65e1 (patch) | |
tree | f3938acbfc1f4eee1d51019f608faf018a3e4303 /games | |
parent | Nibbles is a simple ncurses-based console game in which you control a snake. (diff) |
Share nibbles with the world.
PR: ports/40643
Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)
Notes
Notes:
svn path=/head/; revision=63250
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ee07c2501a53..5400e9154038 100644 --- a/games/Makefile +++ b/games/Makefile @@ -199,6 +199,7 @@ SUBDIR += nettoe SUBDIR += newkind SUBDIR += newvox + SUBDIR += nibbles SUBDIR += nighthawk SUBDIR += nil SUBDIR += nonsense |