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
Remove building with NOCRYPTO option
[minix.git]
/
games
/
rain
/
Makefile
blob
7f85034b302edcda10b0dc913828a2a2ef53b9c7
1
# $NetBSD: Makefile,v 1.11 2010/02/06 23:45:25 he Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG
=
rain
5
MAN
=
rain
.6
6
DPADD
= ${
LIBCURSES
} ${
LIBTERMINFO
}
7
LDADD
= -
lcurses
-
lterminfo
8
9
.
include
<
bsd.prog.mk
>