Cross Reference: Makefile
xref: /src/games/cribbage/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/games/cribbage/
Makefile revision 1.5
11.5Scgd#	$NetBSD: Makefile,v 1.5 1995/03/21 15:08:39 cgd Exp $
21.5Scgd#	@(#)Makefile	8.1 (Berkeley) 5/31/93
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.4ScgdMAN=	cribbage.6
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 Sun Dec 21 11:09:39 GMT 2025