mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
9 lines
154 B
Makefile
9 lines
154 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
|
|
|
|
PROG= cfscores
|
|
CFLAGS+=-I${.CURDIR}/../canfield
|
|
NOMAN= noman
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|