1 1.3 mycroft # from: @(#)Makefile 5.11 (Berkeley) 5/11/90 2 1.4 cgd # $Id: Makefile,v 1.4 1994/12/22 09:33:52 cgd Exp $ 3 1.1 cgd 4 1.1 cgd PROG= cribbage 5 1.2 cgd DPADD= ${LIBCURSES} ${LIBTERM} 6 1.2 cgd LDADD= -lcurses -ltermlib 7 1.1 cgd SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c 8 1.4 cgd MAN= cribbage.6 9 1.1 cgd HIDEGAME=hidegame 10 1.1 cgd 11 1.1 cgd beforeinstall: 12 1.1 cgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \ 13 1.1 cgd ${DESTDIR}/usr/share/games/cribbage.instr 14 1.1 cgd 15 1.1 cgd .include <bsd.prog.mk> 16