summaryrefslogtreecommitdiffstats
path: root/backgammon
diff options
context:
space:
mode:
Diffstat (limited to 'backgammon')
-rw-r--r--backgammon/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/backgammon/Makefile b/backgammon/Makefile
index 704d64e2..caaf1f32 100644
--- a/backgammon/Makefile
+++ b/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>