games: Make benefits for the glorious curses lib.
[dragonfly.git] / games / cribbage / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/cribbage/Makefile,v 1.7.2.5 2002/08/07 16:31:41 ru Exp $
3
4 PROG=   cribbage
5 SRCS=   extern.c crib.c cards.c instr.c io.c score.c support.c
6 MAN=    cribbage.6
7 VARGAMES=
8 GAMESCURSES=
9
10 .if !defined(NO_SHARE)
11 FILES=  cribbage.n
12 FILESNAME_cribbage.n=   cribbage.instr
13 .endif
14
15 beforeinstall:
16 .if !exists(${DESTDIR}/var/games/criblog)
17         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
18             ${DESTDIR}/var/games/criblog
19 .endif
20
21 .include <bsd.prog.mk>