summaryrefslogtreecommitdiffstats
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
parentbf79b6464dd22f0ee42a98e53333afe435c5270c (diff)
downloadbsdgames-darwin-2196966a106934b46c9818423b4e0d4719a761a5.tar.gz
bsdgames-darwin-2196966a106934b46c9818423b4e0d4719a761a5.tar.zst
bsdgames-darwin-2196966a106934b46c9818423b4e0d4719a761a5.zip
convert to using .WAIT
-rw-r--r--backgammon/Makefile6
-rw-r--r--fortune/Makefile7
2 files changed, 4 insertions, 9 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>
diff --git a/fortune/Makefile b/fortune/Makefile
index 07cdd9fa..28d11721 100644
--- a/fortune/Makefile
+++ b/fortune/Makefile
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2000/01/23 22:10:22 mycroft Exp $
+# $NetBSD: Makefile,v 1.9 2001/01/09 03:13:40 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-SUBDIR= fortune strfile datfiles
-
-all-datfiles: all-strfile
-dependall-datfiles: dependall-strfile
+SUBDIR= fortune strfile .WAIT datfiles
.include <bsd.subdir.mk>