From 37ee587b0b1b8b3b2776e30d2e0f9f374fba0c7e Mon Sep 17 00:00:00 2001 From: downsj Date: Mon, 16 Dec 1996 07:02:50 +0000 Subject: [PATCH] add gomoku --- games/Makefile | 10 +++++----- 1 file 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 -- 2.20.1