Makefile revision 1.4
11.3Smycroft# from: @(#)Makefile 5.11 (Berkeley) 5/11/90 21.4Scgd# $Id: Makefile,v 1.4 1994/12/22 09:33:52 cgd Exp $ 31.1Scgd 41.1ScgdPROG= cribbage 51.2ScgdDPADD= ${LIBCURSES} ${LIBTERM} 61.2ScgdLDADD= -lcurses -ltermlib 71.1ScgdSRCS= extern.c crib.c cards.c instr.c io.c score.c support.c 81.4ScgdMAN= cribbage.6 91.1ScgdHIDEGAME=hidegame 101.1Scgd 111.1Scgdbeforeinstall: 121.1Scgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \ 131.1Scgd ${DESTDIR}/usr/share/games/cribbage.instr 141.1Scgd 151.1Scgd.include <bsd.prog.mk> 16