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
/
worm
/
Makefile
blob
8598442443765865e032c173108f20cc04e40cce
1
# $NetBSD: Makefile,v 1.7 2008/01/28 01:10:23 dholland Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
worm
5
MAN
=
worm
.6
6
DPADD
= ${
LIBCURSES
}
7
LDADD
= -
lcurses
8
HIDEGAME
=
hidegame
9
10
.
include
<
bsd.prog.mk
>