summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-16 05:24:23 +0000
committerlukem <lukem@NetBSD.org>1997-10-16 05:24:23 +0000
commitb341d1b72ea1269ba516ad64697218abc17548be (patch)
tree8cb346811d2b0e4649da0a5be416bc50ee322464
parent29689d84408b2355825e51ee5754c57fddcce51d (diff)
fix race condition when building libcommon with make -j
-rw-r--r--games/backgammon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/backgammon/Makefile b/games/backgammon/Makefile
index 704d64e20e5..caaf1f328c1 100644
--- a/games/backgammon/Makefile
+++ b/games/backgammon/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.4 1997/10/10 08:59:32 lukem Exp $
+# $NetBSD: Makefile,v 1.5 1997/10/16 05:24:23 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= common_source backgammon teachgammon
+all-backgammon all-teachgammon: all-common_source
+
.include <bsd.subdir.mk>