diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-11 09:12:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-11 09:12:01 +0000 |
commit | 40cf27c5248ed7a604ccae199e82f0995af2970b (patch) | |
tree | acac4c620fe8e5bf5a888078477e2111fdf267fa | |
parent | New port pysol, yet another solitaire clone. Most prominent feature: (diff) |
Activate pysol.
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index e2dac6280426..d309e1c6bc0a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.164 1998/08/24 01:48:07 steve Exp $ +# $Id: Makefile,v 1.165 1998/08/24 01:52:57 steve Exp $ # SUBDIR += 3dc @@ -58,6 +58,7 @@ SUBDIR += oonsoo SUBDIR += pente SUBDIR += pp + SUBDIR += pysol SUBDIR += qcc SUBDIR += qstat SUBDIR += quakeserver |