From 1877bae1eec4daedfbc30c458e2957215af00ebe Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 22 Dec 1994 09:31:26 +0000 Subject: specify man pages the new way. --- cribbage/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cribbage') 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: -- cgit v1.2.3