summaryrefslogtreecommitdiffstats
path: root/snake/snscore/Makefile
blob: 7041fb4628d84e9815b912d2d51e7658614607f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	$NetBSD: Makefile,v 1.7 2002/09/18 06:16:41 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

NOMAN=		# defined

PROG=		snscore
CPPFLAGS+=	-I${.CURDIR}/../snake
HIDEGAME=	hidegame

.include "../../Makefile.inc"
.include <bsd.prog.mk>