diff options
author | 1996-12-16 07:02:50 +0000 | |
---|---|---|
committer | 1996-12-16 07:02:50 +0000 | |
commit | 37ee587b0b1b8b3b2776e30d2e0f9f374fba0c7e (patch) | |
tree | 3cce1b274c776c47e46bca361fc7b22134ad00c9 | |
parent | Import of gomoku from 4.4BSD Lite2. Uses ocurses. (diff) | |
download | wireguard-openbsd-37ee587b0b1b8b3b2776e30d2e0f9f374fba0c7e.tar.xz wireguard-openbsd-37ee587b0b1b8b3b2776e30d2e0f9f374fba0c7e.zip |
add gomoku
-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> |