summaryrefslogtreecommitdiffstats
path: root/snake/snscore/Makefile
blob: 7e9fe3d5c39f1a7830050af2e5591fca76a58982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$NetBSD: Makefile,v 1.4 1997/10/22 05:26:25 lukem Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

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

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