head	1.8;
access;
symbols
	RELENG_2_1_6_1_RELEASE:1.6.4.2
	RELENG_2_1_6_RELEASE:1.6.4.2
	RELENG_2_1_5_RELEASE:1.6.4.2
	RELENG_2_1_0_RELEASE:1.6.4.1
	RELENG_2_1_0:1.6.0.4
	RELENG_2_1_0_BP:1.6
	RELENG_2_0_5_RELEASE:1.6
	RELENG_2_0_5:1.6.0.2
	RELENG_2_0_5_BP:1.6
	RELENG_2_0_5_ALPHA:1.5
	RELEASE_2_0:1.5
	BETA_2_0:1.5
	ALPHA_2_0:1.5.0.2
	MOVED_NEWCVS:1.4
	FINAL_1_1_5:1.4
	ALPHA_1_1_5:1.4
	FINAL_1_1:1.4
	GAMMA_1_1:1.4
	BETA_1_1:1.4.0.2
	BP_BETA_1_1:1.4
	FINAL_1_0:1.3
	EPSILON_1_0:1.3
	GAMMA_1_0:1.2;
locks; strict;
comment	@# @;


1.8
date	95.12.30.18.36.09;	author peter;	state dead;
branches;
next	1.7;

1.7
date	95.07.25.00.31.21;	author bde;	state Exp;
branches;
next	1.6;

1.6
date	95.05.30.04.41.00;	author rgrimes;	state Exp;
branches
	1.6.4.1;
next	1.5;

1.5
date	94.09.11.21.40.43;	author rgrimes;	state Exp;
branches;
next	1.4;

1.4
date	94.01.30.01.24.23;	author rgrimes;	state Exp;
branches;
next	1.3;

1.3
date	93.09.02.11.11.42;	author rgrimes;	state Exp;
branches;
next	1.2;

1.2
date	93.07.02.04.32.41;	author root;	state Exp;
branches;
next	1.1;

1.1
date	93.06.12.14.41.04;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.06.12.14.41.05;	author rgrimes;	state Exp;
branches;
next	;

1.6.4.1
date	95.08.30.06.42.33;	author davidg;	state Exp;
branches;
next	1.6.4.2;

1.6.4.2
date	96.05.29.22.28.03;	author jkh;	state dead;
branches;
next	;


desc
@@


1.8
log
@recording cvs-1.6 file death
@
text
@#	@@(#)Makefile	5.4 (Berkeley) 5/11/90

PROG=	chess
SRCS=	gnuchess.c uxdsp.c move.c
CFLAGS+=-DNEWMOVE=12
MAN6=	chess.6
DPADD=	${LIBCURSES} ${LIBTERMCAP}
LDADD=	-lcurses -ltermcap
HIDEGAME=hidegame

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${.CURDIR}/gnuchess.book ${DESTDIR}/usr/share/games

.include <bsd.prog.mk>
@


1.7
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
@
text
@@


1.6
log
@Remove trailing whitespace.
@
text
@d12 2
a13 2
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
	    ${DESTDIR}/usr/share/games
@


1.6.4.1
log
@Brought in changes from main branch: fix path to X11, misc compiler
warnings.
@
text
@d12 2
a13 2
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    ${.CURDIR}/gnuchess.book ${DESTDIR}/usr/share/games
@


1.6.4.2
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@@


1.5
log
@Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
@
text
@d11 1
a11 1
beforeinstall: 
@


1.4
log
@Update for new organization of gnu tree.
@
text
@d7 2
a8 2
DPADD=	${LIBCURSES} ${LIBTERM}
LDADD=	-lcurses -ltermlib
@


1.3
log
@The src/games/Makefile.inc use to control the location this installed in,
since this has been moved to src/gnu I had to copy the contents of
src/games/Makefile.inc into this Makefile to get it to install in
/usr/games/hide
@
text
@a9 7
BINOWN?=	games
.if defined(HIDEGAME)
BINDIR?=	/usr/games/hide
BINMODE?=	4700
.else
BINDIR?=	/usr/games
.endif
@


1.2
log
@New manual page system
@
text
@d10 7
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
MAN6=	chess.0
@


1.1.1.1
log
@Initial import, 0.1 + pk 0.2.4-B1
@
text
@@
