summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
Diffstat (limited to 'boggle')
-rw-r--r--boggle/boggle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/boggle/boggle/Makefile b/boggle/boggle/Makefile
index 03466cb2..fdc089d6 100644
--- a/boggle/boggle/Makefile
+++ b/boggle/boggle/Makefile
@@ -5,7 +5,7 @@ SRCS= bog.c help.c mach.c prtable.c timer.c word.c
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
-MAN6= boggle.0
+MAN= boggle.6
beforeinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/helpfile \