Cross Reference: Makefile
xref: /src/games/cribbage/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/cribbage/
Makefile revision 1.1
1#	@(#)Makefile	5.11 (Berkeley) 5/11/90
2
3PROG=	cribbage
4DPADD=	${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
5LDADD=	-lcurses -ltermlib -lcompat
6SRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
7MAN6=	cribbage.0
8HIDEGAME=hidegame
9
10beforeinstall: 
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>
15

Indexes created Mon Jan 26 14:10:17 GMT 2026