diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-16 07:02:51 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-16 07:02:51 +0000 |
commit | 7b2f102aaf665edd55d56f884bb9201faa31f2d0 (patch) | |
tree | fbd2ce927c68307b38e4a58400d2570cceef3059 /games/Makefile | |
parent | ce22bfec63f1163238835822b9ae74e355a16ef5 (diff) |
add gomoku
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/Makefile b/games/Makefile index ed2c3906355..f69eec202ff 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/08/21 08:19:25 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1996/12/16 07:02:50 downsj Exp $ # $NetBSD: Makefile,v 1.11 1995/03/25 22:53:48 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 3/31/94 @@ -7,9 +7,9 @@ # Don't belong: xneko xroach SUBDIR= adventure arithmetic atc backgammon banner battlestar bcd boggle \ - bs caesar canfield cribbage dm factor fish fortune grdc hack hangman \ - larn mille monop morse number phantasia pig pom ppt primes quiz \ - rain random robots rogue sail snake tetris trek wargames worm worms \ - wump + bs caesar canfield cribbage dm factor fish fortune gomoku grdc hack \ + hangman larn mille monop morse number phantasia pig pom ppt primes \ + quiz rain random robots rogue sail snake tetris trek wargames worm \ + worms wump .include <bsd.subdir.mk> |