Makefile revision 1.11
1#	$NetBSD: Makefile,v 1.11 1998/09/29 07:33:21 lukem Exp $
2#	@(#)Makefile	8.1 (Berkeley) 5/31/93
3
4PROG=	cribbage
5DPADD=	${LIBCURSES}
6LDADD=	-lcurses
7SRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
8MAN=	cribbage.6
9HIDEGAME=hidegame
10SETGIDGAME=yes
11.if !defined(NOSHARE)
12FILES=	cribbage.n
13FILESNAME=cribbage.instr
14FILESDIR=/usr/share/games
15.endif
16
17.include <bsd.prog.mk>
18