diff options
author | asami <asami@FreeBSD.org> | 1995-03-16 17:21:13 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-03-16 17:21:13 +0800 |
commit | e91f0dee6fbd92dd54d8c076189a2559bcb67c83 (patch) | |
tree | c08965872f7bbeaec5cd9d8e6e9b6deac8f47f51 /games | |
parent | 917d065558e2a59cc229b0e58f63913ee511deab (diff) | |
download | freebsd-ports-gnome-e91f0dee6fbd92dd54d8c076189a2559bcb67c83.tar.gz freebsd-ports-gnome-e91f0dee6fbd92dd54d8c076189a2559bcb67c83.tar.zst freebsd-ports-gnome-e91f0dee6fbd92dd54d8c076189a2559bcb67c83.zip |
Added xlife.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 86a437584341..5fa0efe540f1 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.7 1995/02/13 19:21:12 ats Exp $ +# $Id: Makefile,v 1.8 1995/03/06 23:33:12 joerg Exp $ # SUBDIR= acm golddig jetpack oneko xasteroids xboard xboing xchomp xinvaders \ - xjewel xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \ + xjewel xlife xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \ xtetris .include <bsd.port.subdir.mk> |