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
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
games
/
mille
/
Makefile
blob
ca59a2c9f854e7d524c2161b8d64e661acda1260
1
# $NetBSD: Makefile,v 1.8 1998/02/04 10:19:34 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
mille
5
SRCS
=
comp.c end.c extern.c init.c mille.c misc.c move.c
print
.c \
6
roll.c save.c types.c varpush.c
7
DPADD
= ${
LIBCURSES
}
8
LDADD
= -
lcurses
9
MAN
=
mille
.6
10
HIDEGAME
=
hidegame
11
12
.
include
<
bsd.prog.mk
>
13