This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / games / cribbage / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.11 (Berkeley) 5/11/90
2
3PROG= cribbage
4DPADD= ${LIBCURSES} ${LIBTERM}
5LDADD= -lcurses -ltermlib
6SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
78ed81a3 7MAN6= cribbage.6
15637ed4
RG
8HIDEGAME=hidegame
9
10beforeinstall:
11 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
12 ${DESTDIR}/usr/share/games/cribbage.instr
13
14.include <bsd.prog.mk>