]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - cribbage/Makefile
Make CTRL() ANSI-compliant.
[bsdgames-darwin.git] / cribbage / Makefile
1 # @(#)Makefile 5.11 (Berkeley) 5/11/90
2
3 PROG= cribbage
4 DPADD= ${LIBCURSES} ${LIBTERM}
5 LDADD= -lcurses -ltermlib
6 SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
7 MAN6= cribbage.0
8 HIDEGAME=hidegame
9
10 beforeinstall:
11 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
12 ${DESTDIR}/usr/share/games/cribbage.instr
13
14 .include <bsd.prog.mk>