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 a7a065045a5..c82edb2c4f8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4935 2004/02/21 06:18:44 minskim Exp $ +$NetBSD: CHANGES,v 1.4936 2004/02/21 07:24:28 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -950,3 +950,4 @@ Changes to the packages collection and infrastructure in 2004: Added py-gdick-0.9.1 [minskim 2004-02-21] Downgraded jabberd to 1.4.2 [xtraeme 2004-02-21] Added py-biggles-1.6.3 [minskim 2004-02-21] + Added quake3server-osp-1.03a [xtraeme 2004-02-21] diff --git a/games/Makefile b/games/Makefile index d47dcb9c8d1..94a29b35d1f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.196 2004/02/10 22:05:10 garbled Exp $ +# $NetBSD: Makefile,v 1.197 2004/02/21 07:24:28 xtraeme Exp $ # COMMENT= Games @@ -145,6 +145,7 @@ SUBDIR+= quake3arena SUBDIR+= quake3arena-demo SUBDIR+= quake3server SUBDIR+= quake3server-excessive +SUBDIR+= quake3server-osp SUBDIR+= quake3server-ra3 SUBDIR+= quake3server-ut SUBDIR+= quake6 |