Home | History | Annotate | Line # | Download | only in cribbage
Makefile revision 1.9
      1 #	$NetBSD: Makefile,v 1.9 1998/02/05 12:21:32 christos Exp $
      2 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3 
      4 PROG=	cribbage
      5 DPADD=	${LIBCURSES} ${LIBTERMCAP}
      6 LDADD=	-lcurses -ltermcap
      7 SRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
      8 MAN=	cribbage.6
      9 HIDEGAME=hidegame
     10 SETGIDGAME=yes
     11 FILES=	cribbage.n
     12 FILESNAME=cribbage.instr
     13 FILESDIR=/usr/share/games
     14 
     15 .include <bsd.prog.mk>
     16