repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
games
/
gomoku
/
Makefile
blob
228f9ff760accd53b2e733c82c34b8b17919fbdf
1
# $NetBSD: Makefile,v 1.3 1997/01/03 01:35:23 cgd Exp $
2
# @(#)Makefile 8.1 (Berkeley) 7/24/94
3
4
PROG
=
gomoku
5
SRCS
=
bdinit.c bdisp.c main.c makemove.c pickmove.c stoc.c
6
MAN
=
gomoku
.6
7
DPADD
= ${
LIBCURSES
}
8
LDADD
= -
lcurses
9
HIDEGAME
=
hidegame
10
11
.
include
<
bsd.prog.mk
>