summaryrefslogtreecommitdiffstats
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
parent2dc74555c87b7620d8d41433d194417aa37dfeca (diff)
downloadbsdgames-darwin-465f7ee80758219cdc70f7ed834148335f5c4d59.tar.gz
bsdgames-darwin-465f7ee80758219cdc70f7ed834148335f5c4d59.tar.zst
bsdgames-darwin-465f7ee80758219cdc70f7ed834148335f5c4d59.zip
common_source -> common, and GC some garbage variables.
-rw-r--r--backgammon/Makefile.inc6
-rw-r--r--backgammon/common_source/Makefile6
2 files changed, 5 insertions, 7 deletions
diff --git a/backgammon/Makefile.inc b/backgammon/Makefile.inc
index 2bb747b6..cd31ffc5 100644
--- a/backgammon/Makefile.inc
+++ b/backgammon/Makefile.inc
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.inc,v 1.1 1997/10/10 08:59:33 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.2 1997/10/11 20:24:05 mycroft Exp $
LIBCOMMON != cd ${.CURDIR}/../common_source;\
printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -s -f-
CFLAGS+=-DV7 -I${.CURDIR}/../common_source
-DPADD+= ${LIBTERM} ${LIBCOMPAT} ${LIBCOMMON}/libcommon_source.a
-LDADD+= -ltermcap -lcompat -L${LIBCOMMON} -lcommon_source
+DPADD+= ${LIBTERM} ${LIBCOMPAT} ${LIBCOMMON}/libcommon.a
+LDADD+= -ltermcap -lcompat -L${LIBCOMMON} -lcommon
HIDEGAME=hidegame
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=