summaryrefslogtreecommitdiffstats
path: root/backgammon/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/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/Makefile')
-rw-r--r--backgammon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/Makefile b/backgammon/Makefile
index 69476e18..704d64e2 100644
--- a/backgammon/Makefile
+++ b/backgammon/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 1995/03/21 15:04:47 cgd Exp $
+# $NetBSD: Makefile,v 1.4 1997/10/10 08:59:32 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-SUBDIR= backgammon teachgammon
+SUBDIR= common_source backgammon teachgammon
.include <bsd.subdir.mk>