summaryrefslogtreecommitdiffstats
path: root/backgammon/teachgammon/Makefile
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-10 08:59:32 +0000
committerlukem <lukem@NetBSD.org>1997-10-10 08:59:32 +0000
commitaf857c197b393612bf159ea798009c9b1bf5200a (patch)
tree7cd6f97280a9887610e2221a083496d876206488 /backgammon/teachgammon/Makefile
parent3895ec385efe2f9eb9901519a2e4488af0ac3913 (diff)
downloadbsdgames-darwin-af857c197b393612bf159ea798009c9b1bf5200a.tar.gz
bsdgames-darwin-af857c197b393612bf159ea798009c9b1bf5200a.tar.zst
bsdgames-darwin-af857c197b393612bf159ea798009c9b1bf5200a.zip
KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)
Diffstat (limited to 'backgammon/teachgammon/Makefile')
-rw-r--r--backgammon/teachgammon/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/backgammon/teachgammon/Makefile b/backgammon/teachgammon/Makefile
index b97c6796..cd53994f 100644
--- a/backgammon/teachgammon/Makefile
+++ b/backgammon/teachgammon/Makefile
@@ -1,16 +1,8 @@
-# $NetBSD: Makefile,v 1.7 1997/05/08 21:11:06 gwr Exp $
+# $NetBSD: Makefile,v 1.8 1997/10/10 08:59:50 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= teachgammon
-CFLAGS+=-DV7 -I${.CURDIR}/../common_source
-SRCS= allow.c board.c check.c data.c fancy.c init.c odds.c one.c save.c \
- subs.c table.c teach.c ttext1.c ttext2.c tutor.c
-DPADD= ${LIBTERM} ${LIBCOMPAT}
-LDADD= -ltermcap -lcompat
-HIDEGAME=hidegame
+SRCS= data.c teach.c ttext1.c ttext2.c tutor.c
NOMAN= noman
-.PATH: ${.CURDIR}/../common_source
-
-.include "../../Makefile.inc"
.include <bsd.prog.mk>