summaryrefslogtreecommitdiffstats
path: root/snake/snscore/Makefile
blob: 37efef56a38c2d024adb54d7c5ec22933c409151 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.6 2001/12/12 00:07:49 tv Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

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

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