diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-28 23:34:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-28 23:34:49 +0000 |
commit | 104e6e0a0fa99512a17df056af3696f23af6f8d5 (patch) | |
tree | 735fe34b6132418411d6912d1a554e4fd3fa0abb /games | |
parent | f48804400c7bca95e6fa677a43d9da4bd325aaa0 (diff) | |
download | pkgsrc-104e6e0a0fa99512a17df056af3696f23af6f8d5.tar.gz |
add and enable netris
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 3643d78dd82..f06b186c907 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.100 2000/10/25 08:42:52 jlam Exp $ +# $NetBSD: Makefile,v 1.101 2000/10/28 23:34:49 wiz Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -68,6 +68,7 @@ SUBDIR += nethack-tty SUBDIR += nethack-x11 SUBDIR += netmaze + SUBDIR += netris SUBDIR += nighthawk SUBDIR += omega SUBDIR += pacman |