Home | History | Annotate | Line # | Download | only in cribbage
Makefile revision 1.7
      1  1.7  christos #	$NetBSD: Makefile,v 1.7 1997/03/24 22:15:41 christos Exp $
      2  1.5       cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3  1.1       cgd 
      4  1.1       cgd PROG=	cribbage
      5  1.2       cgd DPADD=	${LIBCURSES} ${LIBTERM}
      6  1.2       cgd LDADD=	-lcurses -ltermlib
      7  1.1       cgd SRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
      8  1.4       cgd MAN=	cribbage.6
      9  1.1       cgd HIDEGAME=hidegame
     10  1.7  christos FILES=	cribbage.n
     11  1.7  christos FILESNAME=cribbage.instr
     12  1.7  christos FILESDIR=/usr/share/games
     13  1.1       cgd 
     14  1.1       cgd .include <bsd.prog.mk>
     15