Home | History | Annotate | Line # | Download | only in cribbage
Makefile revision 1.13
      1  1.13        he #	$NetBSD: Makefile,v 1.13 2010/02/06 23:45:25 he Exp $
      2   1.5       cgd #	@(#)Makefile	8.1 (Berkeley) 5/31/93
      3   1.1       cgd 
      4  1.12     lukem .include <bsd.own.mk>
      5  1.12     lukem 
      6   1.1       cgd PROG=	cribbage
      7  1.13        he DPADD=	${LIBCURSES} ${LIBTERMINFO}
      8  1.13        he LDADD=	-lcurses -lterminfo
      9   1.1       cgd SRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
     10   1.4       cgd MAN=	cribbage.6
     11   1.1       cgd HIDEGAME=hidegame
     12   1.8       mrg SETGIDGAME=yes
     13  1.12     lukem .if ${MKSHARE} != "no"
     14   1.7  christos FILES=	cribbage.n
     15   1.7  christos FILESNAME=cribbage.instr
     16   1.7  christos FILESDIR=/usr/share/games
     17  1.11     lukem .endif
     18   1.1       cgd 
     19   1.1       cgd .include <bsd.prog.mk>
     20