summaryrefslogtreecommitdiffstats
path: root/snake/snscore/Makefile
blob: 08ebc76743be3b202ca362ed8c09125bb7bdf0c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.3 1995/04/22 08:34:41 cgd Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	snscore
CFLAGS+=-I${.CURDIR}/../snake
NOMAN=	noman
HIDEGAME=hidegame

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