git.ckatri.com
/
bsdgames-darwin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Give sensible error message in a shouldn't happen case.
[bsdgames-darwin.git]
/
snake
/
snscore
/
Makefile
1
# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:22 lukem Exp $
2
# @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4
PROG= snscore
5
CPPFLAGS+=-I${.CURDIR}/../snake
6
MKMAN= no
7
HIDEGAME=hidegame
8
9
.include "../../Makefile.inc"
10
.include <bsd.prog.mk>