diff options
author | asami <asami@FreeBSD.org> | 1997-05-21 11:56:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-05-21 11:56:08 +0800 |
commit | 111e69031494d33c7c0a0dc766d8ccf3c14edef2 (patch) | |
tree | ba1b2c1aa8413ad603c807e10a14f6bcae1c0472 /games | |
parent | 1e312900719082d6de16d2c4f70e124687b25eab (diff) | |
download | freebsd-ports-gnome-111e69031494d33c7c0a0dc766d8ccf3c14edef2.tar.gz freebsd-ports-gnome-111e69031494d33c7c0a0dc766d8ccf3c14edef2.tar.zst freebsd-ports-gnome-111e69031494d33c7c0a0dc766d8ccf3c14edef2.zip |
Added xbattle.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index fd9e121c44a0..8df370e3c792 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.65 1997/05/07 07:45:48 tg Exp $ +# $Id: Makefile,v 1.66 1997/05/21 03:35:51 asami Exp $ # SUBDIR += acm @@ -28,6 +28,7 @@ SUBDIR += tksol SUBDIR += xasteroids SUBDIR += xbat + SUBDIR += xbattle SUBDIR += xbill SUBDIR += xblackjack SUBDIR += xblast |