diff options
author | frueauf <frueauf> | 1998-07-24 10:37:51 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-07-24 10:37:51 +0000 |
commit | 698310bffa4cd368f2b0572f5273621d3339d973 (patch) | |
tree | 98223e62fe5849e6a4f83b595711561b3d6ddf63 | |
parent | 6b72ca8849ef2ded2fd1c5f045e528ad007ebd64 (diff) | |
download | pkgsrc-698310bffa4cd368f2b0572f5273621d3339d973.tar.gz |
Add and enable xbomber.
-rw-r--r-- | games/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index 4c38c0d8302..7425a63f4b5 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/06/12 13:44:28 frueauf Exp $ +# $NetBSD: Makefile,v 1.12 1998/07/24 10:37:51 frueauf Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -49,6 +49,7 @@ SUBDIR += xblast # SUBDIR += xboard # SUBDIR += xboing + SUBDIR += xbomber # SUBDIR += xchomp # SUBDIR += xcubes # SUBDIR += xdeblock @@ -63,8 +64,8 @@ # SUBDIR += xgolgo # SUBDIR += xinvaders # SUBDIR += xjewel - SUBDIR += xjig - SUBDIR += xkobo + SUBDIR += xjig + SUBDIR += xkobo # SUBDIR += xlife SUBDIR += xmahjongg # SUBDIR += xmille |