diff options
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 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> |