summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 05:34:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 05:34:23 +0000
commit7482abef711a0850e9af2153b717aacacf55b173 (patch)
tree2a8a4b696331d8d0589a3e74d6cf3eb805964496 /games
parentA curses-based 3-D driving game (wow). (diff)
Add ztrack.
Notes
Notes: svn path=/head/; revision=6742
Diffstat (limited to 'games')
-rw-r--r--games/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index e2f4e93cfa96..45b9873ff9e8 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.71 1997/06/04 03:22:13 asami Exp $
+# $Id: Makefile,v 1.72 1997/06/04 05:24:08 asami Exp $
#
SUBDIR += acm
@@ -82,5 +82,6 @@
SUBDIR += xtic
SUBDIR += xtriangles
SUBDIR += yamsweeper
+ SUBDIR += ztrack
.include <bsd.port.subdir.mk>