summaryrefslogtreecommitdiffstats
path: root/cribbage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/Makefile')
-rw-r--r--cribbage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 5b244d09..c5c7522e 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,11 +1,11 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/11/90
-# $Id: Makefile,v 1.3 1993/08/01 05:45:43 mycroft Exp $
+# $Id: Makefile,v 1.4 1994/12/22 09:33:52 cgd Exp $
PROG= cribbage
DPADD= ${LIBCURSES} ${LIBTERM}
LDADD= -lcurses -ltermlib
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
-MAN6= cribbage.0
+MAN= cribbage.6
HIDEGAME=hidegame
beforeinstall: