1 1.7.2.1 mrg # $NetBSD: Makefile,v 1.7.2.1 1997/11/20 09:06:35 mrg Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 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.7.2.1 mrg SETGIDGAME=yes 11 1.7 christos FILES= cribbage.n 12 1.7 christos FILESNAME=cribbage.instr 13 1.7 christos FILESDIR=/usr/share/games 14 1.1 cgd 15 1.1 cgd .include <bsd.prog.mk> 16