summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-01-09 03:13:39 +0000
committerlukem <lukem@NetBSD.org>2001-01-09 03:13:39 +0000
commit2196966a106934b46c9818423b4e0d4719a761a5 (patch)
tree3b9f5ced6d86d423bf3905d1b93f2533e2f73cb1 /backgammon
parentbf79b6464dd22f0ee42a98e53333afe435c5270c (diff)
downloadbsdgames-darwin-2196966a106934b46c9818423b4e0d4719a761a5.tar.gz
bsdgames-darwin-2196966a106934b46c9818423b4e0d4719a761a5.tar.zst
bsdgames-darwin-2196966a106934b46c9818423b4e0d4719a761a5.zip
convert to using .WAIT
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/backgammon/Makefile b/backgammon/Makefile
index caaf1f32..adf28243 100644
--- a/backgammon/Makefile
+++ b/backgammon/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.5 1997/10/16 05:24:23 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2001/01/09 03:13:39 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-SUBDIR= common_source backgammon teachgammon
-
-all-backgammon all-teachgammon: all-common_source
+SUBDIR= common_source .WAIT backgammon teachgammon
.include <bsd.subdir.mk>