diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-16 09:36:54 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-16 09:36:54 +0800 |
commit | 6e4f7423fecc09f7d92577fd0248fcd6596b8adf (patch) | |
tree | bc7181dd41d94a5185c198415f4ed8b72d1db594 | |
parent | 2bc2ab084e32c08160c5eb22e27aa2a8c28342d2 (diff) | |
download | freebsd-ports-graphics-6e4f7423fecc09f7d92577fd0248fcd6596b8adf.tar.gz freebsd-ports-graphics-6e4f7423fecc09f7d92577fd0248fcd6596b8adf.tar.zst freebsd-ports-graphics-6e4f7423fecc09f7d92577fd0248fcd6596b8adf.zip |
turn on xspringies
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index d4cc44fefc4..b1c123dd1b2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.54 1997/02/01 15:06:56 max Exp $ +# $Id: Makefile,v 1.55 1997/02/14 08:20:08 tg Exp $ # SUBDIR += acm @@ -58,6 +58,7 @@ SUBDIR += xshisen SUBDIR += xshogi SUBDIR += xskat + SUBDIR += xspringies SUBDIR += xsokoban SUBDIR += xsol SUBDIR += xtetris |