# @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/games/cribbage/Makefile,v 1.7.2.5 2002/08/07 16:31:41 ru Exp $ PROG= cribbage SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c MAN= cribbage.6 VARGAMES= GAMESCURSES= .if !defined(NO_SHARE) FILES= cribbage.n FILESNAME_cribbage.n= cribbage.instr .endif beforeinstall: .if !exists(${DESTDIR}/var/games/criblog) ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/games/criblog .endif .include