summaryrefslogtreecommitdiffstats
path: root/mille/Makefile
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 /mille/Makefile
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 'mille/Makefile')
-rw-r--r--mille/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mille/Makefile b/mille/Makefile
index 2eb5beb9..0b766651 100644
--- a/mille/Makefile
+++ b/mille/Makefile
@@ -1,12 +1,12 @@
# from: @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.3 1994/05/12 17:39:26 jtc Exp $
+# $Id: Makefile,v 1.4 1994/12/22 09:34:50 cgd Exp $
PROG= mille
SRCS= comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
roll.c save.c types.c varpush.c
DPADD= ${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
LDADD= -lcurses -ltermlib -lcompat
-MAN6= mille.0
+MAN= mille.6
HIDEGAME=hidegame
.include <bsd.prog.mk>