]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - cribbage/Makefile
Some assorted minor cleanups, from larn 12.2.
[bsdgames-darwin.git] / cribbage / Makefile
1 # $NetBSD: Makefile,v 1.12 1999/02/13 02:54:21 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 .include <bsd.own.mk>
5
6 PROG= cribbage
7 DPADD= ${LIBCURSES}
8 LDADD= -lcurses
9 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
10 MAN= cribbage.6
11 HIDEGAME=hidegame
12 SETGIDGAME=yes
13 .if ${MKSHARE} != "no"
14 FILES= cribbage.n
15 FILESNAME=cribbage.instr
16 FILESDIR=/usr/share/games
17 .endif
18
19 .include <bsd.prog.mk>