11 lines
233 B
Makefile
11 lines
233 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 4/8/91
|
|
# $Id: Makefile,v 1.2 1993/08/01 05:45:46 mycroft Exp $
|
|
|
|
PROG= cfscores
|
|
CFLAGS+=-I${.CURDIR}/../canfield
|
|
NOMAN= noman
|
|
HIDEGAME=hidegame
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|