Home | History | Annotate | Line # | Download | only in cribbage
Makefile revision 1.9
      1  1.9  christos #	$NetBSD: Makefile,v 1.9 1998/02/05 12:21:32 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.9  christos DPADD=	${LIBCURSES} ${LIBTERMCAP}
      6  1.9  christos LDADD=	-lcurses -ltermcap
      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.8       mrg SETGIDGAME=yes
     11  1.7  christos FILES=	cribbage.n
     12  1.7  christos FILESNAME=cribbage.instr
     13  1.7  christos FILESDIR=/usr/share/games
     14  1.1       cgd 
     15  1.1       cgd .include <bsd.prog.mk>
     16