-# $NetBSD: Makefile,v 1.11 1995/03/25 22:53:48 cgd Exp $
+# $NetBSD: Makefile,v 1.12 1996/12/28 18:59:05 tls Exp $
# @(#)Makefile 8.2 (Berkeley) 3/31/94
# Missing: ching dungeon hunt warp
# Don't belong: xneko xroach
SUBDIR= adventure arithmetic atc backgammon banner battlestar bcd boggle \
- caesar canfield cribbage dm factor fish fortune 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
+ caesar canfield cribbage dm factor fish fortune gomoku 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>
+# $NetBSD: Makefile,v 1.2 1996/12/28 18:56:57 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 7/24/94
PROG= gomoku
SRCS= bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
-MAN6= gomoku.0
+MAN= gomoku.6
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
+/* $NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
-static char sccsid[] = "@(#)bdinit.c 8.2 (Berkeley) 5/3/95";
+#if 0
+static char sccsid[] = "from: @(#)bdinit.c 8.2 (Berkeley) 5/3/95";
+#else
+static char rcsid[] = "$NetBSD: bdinit.c,v 1.2 1996/12/28 18:56:58 tls Exp $";
+#endif
#endif /* not lint */
#include <string.h>
+/* $NetBSD: bdisp.c,v 1.2 1996/12/28 18:56:59 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)bdisp.c 8.2 (Berkeley) 5/3/95";
+#else
+static char rcsid[] = "$NetBSD: bdisp.c,v 1.2 1996/12/28 18:56:59 tls Exp $";
+#endif
#endif /* not lint */
#include "gomoku.h"
+.\" $NetBSD: gomoku.6,v 1.2 1996/12/28 18:57:00 tls Exp $
+.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
.\"
+/* $NetBSD: gomoku.h,v 1.2 1996/12/28 18:57:01 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
+/* $NetBSD: main.c,v 1.2 1996/12/28 18:57:01 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
#endif /* not lint */
#ifndef lint
+#if 0
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
+#else
+static char rcsid[] = "$NetBSD: main.c,v 1.2 1996/12/28 18:57:01 tls Exp $";
+#endif
#endif /* not lint */
#include <curses.h>
+/* $NetBSD: makemove.c,v 1.2 1996/12/28 18:57:02 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)makemove.c 8.2 (Berkeley) 5/3/95";
+#else
+static char rcsid[] = "$NetBSD: makemove.c,v 1.2 1996/12/28 18:57:02 tls Exp $";
+#endif
#endif /* not lint */
#include "gomoku.h"
+/* $NetBSD: pickmove.c,v 1.2 1996/12/28 18:57:04 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)pickmove.c 8.2 (Berkeley) 5/3/95";
+#else
+static char rcsid[] = "$NetBSD: pickmove.c,v 1.2 1996/12/28 18:57:04 tls Exp $";
+#endif
#endif /* not lint */
#include <stdio.h>
+/* $NetBSD: stoc.c,v 1.2 1996/12/28 18:57:05 tls Exp $
+*/
/*
* Copyright (c) 1994
* The Regents of the University of California. All rights reserved.
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)stoc.c 8.1 (Berkeley) 7/24/94";
+#else
+static char rcsid[] = "$NetBSD: stoc.c,v 1.2 1996/12/28 18:57:05 tls Exp $";
+#endif
#endif /* not lint */
#include "gomoku.h"