xref: /dragonfly/games/canfield/canfield/Makefile (revision 6e316fcd)
1#	@(#)Makefile	8.1 (Berkeley) 5/31/93
2# $FreeBSD: src/games/canfield/canfield/Makefile,v 1.5.2.3 2002/08/07 16:31:41 ru Exp $
3
4PROG=	canfield
5MAN=	canfield.6
6MLINKS=	canfield.6 cfscores.6
7VARGAMES=
8GAMESCURSES=
9
10beforeinstall:
11.if !exists(${DESTDIR}/var/games/cfscores)
12	${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
13	    ${DESTDIR}/var/games/cfscores
14.endif
15
16.include "../../Makefile.inc"
17.include <bsd.prog.mk>
18