summaryrefslogtreecommitdiffstats
path: root/snake/snscore/Makefile
blob: 6401dc3d12b5199a10f9c0ea4909cd0edf3c095a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.5 1999/02/13 02:54:22 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

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

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