summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
Diffstat (limited to 'boggle')
-rw-r--r--boggle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/boggle/Makefile b/boggle/Makefile
index e3f6f308..712ec038 100644
--- a/boggle/Makefile
+++ b/boggle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 1997/05/07 07:15:34 mycroft Exp $
+# $NetBSD: Makefile,v 1.12 1997/10/11 09:34:16 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
SUBDIR= boggle mkdict mkindex
@@ -30,3 +30,4 @@ dictindex: dictionary ${MKINDEX}
${MKINDEX} < dictionary > ${.TARGET}
.include <bsd.prog.mk>
+.include <bsd.subdir.mk>