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
/
worms
/
Makefile
blob
f612d1312426e00b2eb01b38eec0f284704e3140
1
# $NetBSD: Makefile,v 1.8 2007/06/06 06:10:50 rillig Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
worms
5
MAN
=
worms
.6
6
DPADD
= ${
LIBCURSES
}
7
LDADD
= -
lcurses
8
9
.
include
<
bsd.prog.mk
>