summaryrefslogtreecommitdiffstats
path: root/backgammon
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 /backgammon
parent6495ec9fa544c28a1883653fbcab63f389f5a94d (diff)
downloadbsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.tar.gz
bsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.tar.zst
bsdgames-darwin-1a7e5739c8385759b4a115c76b4baa1b1e17120a.zip
MKfoo=no -> NOfoo=
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/common_source/Makefile18
-rw-r--r--backgammon/teachgammon/Makefile8
2 files changed, 12 insertions, 14 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 27e42fac..55a513b3 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.5 1999/03/13 23:17:46 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/12 00:07:47 tv Exp $
-LIB= common
-SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
- table.c
+LIB= common
+SRCS= allow.c board.c check.c fancy.c init.c odds.c \
+ one.c save.c subs.c table.c
-MKLINT= no
-MKPIC= no
-MKPROFILE=no
-
-# only needed during build
-libinstall::
+NOLINKLIB= # defined
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE= # defined
.include <bsd.lib.mk>
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile
index 249e506c..e57824f7 100644
--- a/backgammon/teachgammon/Makefile
+++ b/backgammon/teachgammon/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 1999/02/13 02:54:20 lukem Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/12 00:07:47 tv Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= teachgammon
-SRCS= data.c teach.c ttext1.c ttext2.c tutor.c
-MKMAN= no
+PROG= teachgammon
+SRCS= data.c teach.c ttext1.c ttext2.c tutor.c
+NOMAN= # defined
.include <bsd.prog.mk>