summaryrefslogtreecommitdiffstats
path: root/canfield
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-12-12 00:07:45 +0000
committertv <tv@NetBSD.org>2001-12-12 00:07:45 +0000
commit1a7e5739c8385759b4a115c76b4baa1b1e17120a (patch)
treee43a6e8e2e22ac611ee39df767386d9bb26e0779 /canfield
parent6495ec9fa544c28a1883653fbcab63f389f5a94d (diff)
downloadbsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.tar.gz
bsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.tar.zst
bsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.zip
MKfoo=no -> NOfoo=
Diffstat (limited to 'canfield')
-rw-r--r--canfield/cfscores/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/canfield/cfscores/Makefile b/canfield/cfscores/Makefile
index f5205981..312f1467 100644
--- a/canfield/cfscores/Makefile
+++ b/canfield/cfscores/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:21 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/12 00:07:48 tv Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= cfscores
-CPPFLAGS+=-I${.CURDIR}/../canfield
-MKMAN= no
-HIDEGAME=hidegame
+PROG= cfscores
+CPPFLAGS+= -I${.CURDIR}/../canfield
+NOMAN= # defined
+HIDEGAME= hidegame
.include "../../Makefile.inc"
.include <bsd.prog.mk>