diff options
author | adam <adam@pkgsrc.org> | 2006-05-11 07:53:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-05-11 07:53:31 +0000 |
commit | 811f2d1937c18742a49f9258af57898d1dff9eef (patch) | |
tree | a8893c4509fa639a03b438e4c0459a53b29327c1 /games/Makefile | |
parent | c390568222c65a86631d0ac1f32ce355243d4fe7 (diff) | |
download | pkgsrc-811f2d1937c18742a49f9258af57898d1dff9eef.tar.gz |
Updated games/crossfire to 1.9.0
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index bb5175f5472..45c8d26e14e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2006/03/12 19:04:03 wiz Exp $ +# $NetBSD: Makefile,v 1.268 2006/05/11 07:53:51 adam Exp $ # COMMENT= Games @@ -46,8 +46,11 @@ SUBDIR+= crafty-book-small SUBDIR+= crafty-doc SUBDIR+= crimsonfields SUBDIR+= criticalmass -SUBDIR+= crossfire-cli -SUBDIR+= crossfire-srv +SUBDIR+= crossfire-client +SUBDIR+= crossfire-client-gtk +SUBDIR+= crossfire-client-gtk2 +SUBDIR+= crossfire-maps +SUBDIR+= crossfire-server SUBDIR+= cube SUBDIR+= d2x SUBDIR+= dd2 |