Cross Reference: Makefile
xref: /src/games/cribbage/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/cribbage/
Makefile revision 1.3
11.3Smycroft#	from: @(#)Makefile	5.11 (Berkeley) 5/11/90
21.3Smycroft#	$Id: Makefile,v 1.3 1993/08/01 05:45:43 mycroft Exp $
31.1Scgd
41.1ScgdPROG=	cribbage
51.2ScgdDPADD=	${LIBCURSES} ${LIBTERM}
61.2ScgdLDADD=	-lcurses -ltermlib
71.1ScgdSRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
81.1ScgdMAN6=	cribbage.0
91.1ScgdHIDEGAME=hidegame
101.1Scgd
111.1Scgdbeforeinstall: 
121.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
131.1Scgd	    ${DESTDIR}/usr/share/games/cribbage.instr
141.1Scgd
151.1Scgd.include <bsd.prog.mk>
16

Indexes created Mon Dec 22 04:09:47 GMT 2025