diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-12-06 01:48:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-12-06 01:48:10 +0000 |
commit | a7f9c6f8462cdeadc866364ded195bdb7e16bc80 (patch) | |
tree | 2f54c6400ff1c99e6dd93dc012823b226a6c0c8f /games | |
parent | oneko, a cat chasing the mouse all over the screen (diff) |
Added oneko.
Notes
Notes:
svn path=/head/; revision=537
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 5bf2a138ad44..2d74e826d936 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 1994/11/20 22:01:23 ats Exp $ +# $Id: Makefile,v 1.3 1994/11/27 02:37:16 ats Exp $ # -SUBDIR= golddig jetpack xjewel xmris +SUBDIR= golddig jetpack oneko xjewel xmris .include <bsd.port.subdir.mk> |