repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
games
/
worm
/
Makefile
blob
36112e6905d67445f975cd1f6be25736136433c2
1
# $NetBSD: Makefile,v 1.9 2010/02/06 23:45:26 he Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
worm
5
MAN
=
worm
.6
6
DPADD
= ${
LIBCURSES
} ${
LIBTERMINFO
}
7
LDADD
= -
lcurses
-
lterminfo
8
HIDEGAME
=
hidegame
9
10
.
include
<
bsd.prog.mk
>