Cross Reference: Makefile
xref: /src/games/cribbage/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/cribbage/
Makefile revision 1.1
11.1Scgd#	@(#)Makefile	5.11 (Berkeley) 5/11/90
21.1Scgd
31.1ScgdPROG=	cribbage
41.1ScgdDPADD=	${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
51.1ScgdLDADD=	-lcurses -ltermlib -lcompat
61.1ScgdSRCS=	extern.c crib.c cards.c instr.c io.c score.c support.c
71.1ScgdMAN6=	cribbage.0
81.1ScgdHIDEGAME=hidegame
91.1Scgd
101.1Scgdbeforeinstall: 
111.1Scgd	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cribbage.n \
121.1Scgd	    ${DESTDIR}/usr/share/games/cribbage.instr
131.1Scgd
141.1Scgd.include <bsd.prog.mk>
15

Indexes created Sun Dec 21 11:09:39 GMT 2025