diff options
author | asami <asami@FreeBSD.org> | 1996-11-16 20:50:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-16 20:50:42 +0800 |
commit | d408f159a57f3ee9c360463434d0c7fc0a0fffe4 (patch) | |
tree | b26407343acf5a7fd1eac8dd373cc6d4c9272ede /games/Makefile | |
parent | 356fa0a0189a2ca58ab7cda1a501cb77c938db15 (diff) | |
download | freebsd-ports-gnome-d408f159a57f3ee9c360463434d0c7fc0a0fffe4.tar.gz freebsd-ports-gnome-d408f159a57f3ee9c360463434d0c7fc0a0fffe4.tar.zst freebsd-ports-gnome-d408f159a57f3ee9c360463434d0c7fc0a0fffe4.zip |
Add xdino, xpuyo, and xtriangles.
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> |