diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 12:50:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-16 12:50:42 +0000 |
commit | 393bf8783dbbb798664f72db4ae50a054720110d (patch) | |
tree | 39bcbb93222d661f139211aa1d591ab4aaf0b9e4 /games/Makefile | |
parent | 79e72437d817a3f56aee807fb6a47b8a1af86afe (diff) | |
download | ports-393bf8783dbbb798664f72db4ae50a054720110d.tar.gz ports-393bf8783dbbb798664f72db4ae50a054720110d.zip |
Add xdino, xpuyo, and xtriangles.
Notes
Notes:
svn path=/head/; revision=4519
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 33eb8f5a0475..54508d79ec47 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.43 1996/11/03 21:07:05 jfitz Exp $ +# $Id: Makefile,v 1.44 1996/11/09 00:02:53 obrien Exp $ # SUBDIR += acm @@ -18,6 +18,7 @@ SUBDIR += xboard SUBDIR += xboing SUBDIR += xchomp + SUBDIR += xdino SUBDIR += xemeraldia SUBDIR += xevil SUBDIR += xgalaga @@ -36,6 +37,7 @@ SUBDIR += xpacman SUBDIR += xpilot SUBDIR += xpipeman + SUBDIR += xpuyo SUBDIR += xrisk SUBDIR += xripple SUBDIR += xroach @@ -46,6 +48,7 @@ SUBDIR += xsol SUBDIR += xtetris SUBDIR += xtic + SUBDIR += xtriangles SUBDIR += yamsweeper .include <bsd.port.subdir.mk> |