blob: cc4ea4406d1ea51d3e3dbca23a783fb69c851c54 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.4 2002/05/31 03:46:35 pjanzen Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cfscores
CFLAGS+=-I${.CURDIR}/../canfield
NOMAN= noman
BINMODE=2555
.include "../../Makefile.inc"
.include <bsd.prog.mk>
|