diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | games/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2b3f40ddc7e..ef9e4288000 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7441 2004/10/15 03:15:21 reed Exp $ +$NetBSD: CHANGES,v 1.7442 2004/10/15 05:38:36 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -4728,3 +4728,4 @@ Changes to the packages collection and infrastructure in 2004: Updated verilog to 0.8 [dmcmahill 20040-10-14] Updated evolution14 to 1.4.6nb2 [grant 2004-10-15] Added inkscape-0.39nb1 [reed 2004-10-15] + Added starfighter-1.1-1 [xtraeme 2004-10-15] diff --git a/games/Makefile b/games/Makefile index ead01469ae1..eb9a09a0669 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.232 2004/10/14 12:29:12 adam Exp $ +# $NetBSD: Makefile,v 1.233 2004/10/15 05:38:36 xtraeme Exp $ # COMMENT= Games @@ -180,6 +180,7 @@ SUBDIR+= sjeng SUBDIR+= sl SUBDIR+= spellcast SUBDIR+= spider +SUBDIR+= starfighter SUBDIR+= stratagus SUBDIR+= svb SUBDIR+= tads |