summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2002-09-18 06:16:39 +0000
committerlukem <lukem@NetBSD.org>2002-09-18 06:16:39 +0000
commit9fa95ded89b6580b5436b1eaa034d7a5abd64c9b (patch)
treee4cbbda219d71388fdc54bcabef2aa74fbeeffd2 /backgammon
parentb61a363128acf91925b3d384cc93bbe24bf6587c (diff)
downloadbsdgames-darwin-9fa95ded89b6580b5436b1eaa034d7a5abd64c9b.tar.gz
bsdgames-darwin-9fa95ded89b6580b5436b1eaa034d7a5abd64c9b.tar.zst
bsdgames-darwin-9fa95ded89b6580b5436b1eaa034d7a5abd64c9b.zip
some makefile de-linting
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/common_source/Makefile10
-rw-r--r--backgammon/teachgammon/Makefile5
2 files changed, 8 insertions, 7 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 55a513b3..1d91ed77 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,12 +1,12 @@
-# $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
+# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:39 lukem Exp $
NOLINKLIB= # defined
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
+LIB= common
+SRCS= allow.c board.c check.c fancy.c init.c odds.c \
+ one.c save.c subs.c table.c
+
.include <bsd.lib.mk>
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile
index e57824f7..af8662ef 100644
--- a/backgammon/teachgammon/Makefile
+++ b/backgammon/teachgammon/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2001/12/12 00:07:47 tv Exp $
+# $NetBSD: Makefile,v 1.11 2002/09/18 06:16:39 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+NOMAN= # defined
+
PROG= teachgammon
SRCS= data.c teach.c ttext1.c ttext2.c tutor.c
-NOMAN= # defined
.include <bsd.prog.mk>