head	1.6;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.14.1
	RELENG_4_11:1.2.14.1.0.16
	RELENG_4_11_BP:1.2.14.1
	RELENG_4_10_0_RELEASE:1.2.14.1
	RELENG_4_10:1.2.14.1.0.14
	RELENG_4_10_BP:1.2.14.1
	RELENG_4_9_0_RELEASE:1.2.14.1
	RELENG_4_9:1.2.14.1.0.12
	RELENG_4_9_BP:1.2.14.1
	RELENG_4_8_0_RELEASE:1.2.14.1
	RELENG_4_8:1.2.14.1.0.10
	RELENG_4_8_BP:1.2.14.1
	RELENG_4_7_0_RELEASE:1.2.14.1
	RELENG_4_7:1.2.14.1.0.8
	RELENG_4_7_BP:1.2.14.1
	RELENG_4_6_2_RELEASE:1.2.14.1
	RELENG_4_6_1_RELEASE:1.2.14.1
	RELENG_4_6_0_RELEASE:1.2.14.1
	RELENG_4_6:1.2.14.1.0.6
	RELENG_4_6_BP:1.2.14.1
	RELENG_4_5_0_RELEASE:1.2.14.1
	RELENG_4_5:1.2.14.1.0.4
	RELENG_4_5_BP:1.2.14.1
	RELENG_4_4_0_RELEASE:1.2.14.1
	RELENG_4_4:1.2.14.1.0.2
	RELENG_4_4_BP:1.2.14.1
	RELENG_4_3_0_RELEASE:1.2
	RELENG_4_3:1.2.0.16
	RELENG_4_3_BP:1.2
	RELENG_4_2_0_RELEASE:1.2
	RELENG_4_1_1_RELEASE:1.2
	PRE_SMPNG:1.2
	RELENG_4_1_0_RELEASE:1.2
	RELENG_3_5_0_RELEASE:1.2
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.14
	RELENG_4_BP:1.2
	RELENG_3_4_0_RELEASE:1.2
	RELENG_3_3_0_RELEASE:1.2
	RELENG_3_2_PAO:1.2.0.12
	RELENG_3_2_PAO_BP:1.2
	RELENG_3_2_0_RELEASE:1.2
	RELENG_3_1_0_RELEASE:1.2
	RELENG_3:1.2.0.10
	RELENG_3_BP:1.2
	RELENG_2_2_8_RELEASE:1.2
	RELENG_3_0_0_RELEASE:1.2
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.8
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	games:1.1.1.1;
locks; strict;
comment	@# @;


1.6
date	2002.10.21.07.40.17;	author markm;	state dead;
branches;
next	1.5;

1.5
date	2001.03.26.14.20.57;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.20.18.08.38;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2000.09.16.03.52.03;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	94.09.11.21.32.05;	author rgrimes;	state Exp;
branches
	1.2.14.1;
next	1.1;

1.1
date	94.09.04.04.02.56;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.2.14.1
date	2001.04.25.09.28.57;	author ru;	state Exp;
branches;
next	1.2.14.2;

1.2.14.2
date	2012.11.17.07.22.45;	author svnexp;	state Exp;
branches;
next	;

1.1.1.1
date	94.09.04.04.02.57;	author jkh;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Deorbit complete. We dont build these anymore, so into the attic they go.
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD: src/games/hangman/Makefile,v 1.5 2001/03/26 14:20:57 ru Exp $

PROG=	hangman
SRCS=	endgame.c extern.c getguess.c getword.c main.c playgame.c \
	prdata.c prman.c prword.c setup.c
MAN=	hangman.6
DPADD=	${LIBCURSES} ${LIBCOMPAT}
LDADD=	-lcurses -lcompat
HIDEGAME=hidegame

.include <bsd.prog.mk>


@


1.5
log
@- Backout botched attempt to intoduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d2 1
a2 1
# $FreeBSD: src/games/hangman/Makefile,v 1.4 2001/03/20 18:08:38 ru Exp $
@


1.4
log
@Set the default manual section for games/ to 6.
@
text
@d2 1
a2 1
# $FreeBSD: src/games/hangman/Makefile,v 1.3 2000/09/16 03:52:03 ache Exp $
d7 1
@


1.3
log
@Remove unneded -ltermcap or -lmytinfo
@
text
@d2 1
a2 1
# $FreeBSD$
a6 1
MAN6=	hangman.6
@


1.2
log
@Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
@
text
@d2 1
d8 2
a9 2
DPADD=	${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
LDADD=	-lcurses -ltermcap -lcompat
@


1.2.14.1
log
@MFC: MAN[1-9] -> MAN.
@
text
@a1 1
# $FreeBSD$
d6 1
a6 1
MAN=	hangman.6
@


1.2.14.2
log
@Switch importer
@
text
@d2 1
a2 1
# $FreeBSD: stable/4/games/hangman/Makefile 75948 2001-04-25 09:36:09Z ru $
@


1.1
log
@Initial revision
@
text
@d7 2
a8 2
DPADD=	${LIBCURSES} ${LIBTERM} ${LIBCOMPAT}
LDADD=	-lcurses -ltermlib -lcompat
@


1.1.1.1
log
@Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games.  I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way.  Bleah.
Submitted by:	jkh
@
text
@@
