1 1.11 lukem # $NetBSD: Makefile,v 1.11 1998/09/29 07:33:21 lukem 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.11 lukem .if !defined(NOSHARE) 12 1.7 christos FILES= cribbage.n 13 1.7 christos FILESNAME=cribbage.instr 14 1.7 christos FILESDIR=/usr/share/games 15 1.11 lukem .endif 16 1.1 cgd 17 1.1 cgd .include <bsd.prog.mk> 18