- Constify betting instructions.
[dragonfly.git] / games / canfield / cfscores / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $DragonFly: src/games/canfield/cfscores/Makefile,v 1.2 2005/11/19 09:50:30 swildner Exp $
3
4 PROG=   cfscores
5 CFLAGS+=-I${.CURDIR}/../canfield
6 NOMAN=  noman
7 WARNS?= 6
8
9 .include "../../Makefile.inc"
10 .include <bsd.prog.mk>