summaryrefslogtreecommitdiffstats
path: root/boggle
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
committercgd <cgd@NetBSD.org>1994-12-22 09:31:26 +0000
commit1877bae1eec4daedfbc30c458e2957215af00ebe (patch)
tree33334edc6bd036bc0f7c8441bfcd6e237e56c0ca /boggle
parentb42cacb41456c82baf51250a431137fd17e4f137 (diff)
downloadbsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.gz
bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.tar.zst
bsdgames-darwin-1877bae1eec4daedfbc30c458e2957215af00ebe.zip
specify man pages the new way.
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 \