Home | History | Annotate | Line # | Download | only in cfscores
Makefile revision 1.5
      1  1.5  lukem #	$NetBSD: Makefile,v 1.5 1999/02/13 02:54:21 lukem Exp $
      2  1.3    cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1    cgd 
      4  1.1    cgd PROG=	cfscores
      5  1.4  lukem CPPFLAGS+=-I${.CURDIR}/../canfield
      6  1.5  lukem MKMAN=	no
      7  1.1    cgd HIDEGAME=hidegame
      8  1.1    cgd 
      9  1.1    cgd .include "../../Makefile.inc"
     10  1.1    cgd .include <bsd.prog.mk>
     11