Home | History | Annotate | Line # | Download | only in snscore
Makefile revision 1.3
      1 #	$NetBSD: Makefile,v 1.3 1995/04/22 08:34:41 cgd Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3 
      4 PROG=	snscore
      5 CFLAGS+=-I${.CURDIR}/../snake
      6 NOMAN=	noman
      7 HIDEGAME=hidegame
      8 
      9 .include "../../Makefile.inc"
     10 .include <bsd.prog.mk>
     11