1 1.10 jtc # $NetBSD: Makefile,v 1.10 1998/02/18 22:37:31 jtc Exp $ 2 1.5 cgd # @(#)Makefile 8.1 (Berkeley) 5/31/93 3 1.1 cgd 4 1.1 cgd PROG= cribbage 5 1.10 jtc DPADD= ${LIBCURSES} 6 1.10 jtc LDADD= -lcurses 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.8 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