summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-10-11 20:24:05 +0000
committermycroft <mycroft@NetBSD.org>1997-10-11 20:24:05 +0000
commit465f7ee80758219cdc70f7ed834148335f5c4d59 (patch)
tree2f9cf4f3778c9eaf97088bd11f50c4b95be662c5 /backgammon/common_source
parent2dc74555c87b7620d8d41433d194417aa37dfeca (diff)
downloadbsdgames-darwin-465f7ee80758219cdc70f7ed834148335f5c4d59.tar.gz
bsdgames-darwin-465f7ee80758219cdc70f7ed834148335f5c4d59.tar.zst
bsdgames-darwin-465f7ee80758219cdc70f7ed834148335f5c4d59.zip
common_source -> common, and GC some garbage variables.
Diffstat (limited to 'backgammon/common_source')
-rw-r--r--backgammon/common_source/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 1f8b949c..2a4059bd 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 1997/10/11 19:56:42 veego Exp $
+# $NetBSD: Makefile,v 1.3 1997/10/11 20:24:06 mycroft Exp $
-LIB= common_source
+LIB= common
SRCS= allow.c board.c check.c fancy.c init.c odds.c one.c save.c subs.c \
table.c
@@ -11,5 +11,3 @@ NOPIC= nopic
libinstall::
.include <bsd.lib.mk>
-LDADD=
-DPADD=