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
/
snake
/
snscore
/
Makefile
blob
7041fb4628d84e9815b912d2d51e7658614607f3
1
# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:41 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
NOMAN
=
# defined
5
6
PROG
=
snscore
7
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
snake
8
HIDEGAME
=
hidegame
9
10
.
include
"../../Makefile.inc"
11
.
include
<
bsd.prog.mk
>