head	1.9;
access;
symbols
	RELENG_3_5_0_RELEASE:1.6.2.2
	RELENG_3_4_0_RELEASE:1.6.2.2
	RELENG_3_3_0_RELEASE:1.6.2.2
	RELENG_3_2_PAO:1.6.0.4
	RELENG_3_2_PAO_BP:1.6
	RELENG_3_2_0_RELEASE:1.6
	RELENG_3_1_0_RELEASE:1.6
	RELENG_3:1.6.0.2
	RELENG_3_BP:1.6
	RELENG_2_2_8_RELEASE:1.2.2.1
	RELENG_3_0_0_RELEASE:1.6
	RELENG_2_2_7_RELEASE:1.2.2.1
	RELENG_2_2_6_RELEASE:1.2.2.1
	RELENG_2_2_5_RELEASE:1.2.2.1
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_2:1.2.0.2
	RELENG_2_2_BP:1.2;
locks; strict;
comment	@# @;


1.9
date	2000.01.30.19.24.02;	author obrien;	state dead;
branches;
next	1.8;

1.8
date	99.08.27.23.35.07;	author peter;	state Exp;
branches;
next	1.7;

1.7
date	99.08.14.22.30.36;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	97.08.21.03.28.07;	author jmg;	state Exp;
branches
	1.6.2.1;
next	1.5;

1.5
date	97.02.22.15.44.44;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	97.01.14.05.56.42;	author jkh;	state Exp;
branches;
next	1.3;

1.3
date	97.01.01.04.19.49;	author bde;	state Exp;
branches;
next	1.2;

1.2
date	96.10.27.21.50.59;	author joerg;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	96.09.10.13.23.44;	author peter;	state Exp;
branches;
next	;

1.2.2.1
date	97.08.21.12.39.00;	author jmg;	state Exp;
branches;
next	1.2.2.2;

1.2.2.2
date	99.09.05.11.06.14;	author peter;	state Exp;
branches;
next	;

1.6.2.1
date	99.08.16.06.17.14;	author obrien;	state Exp;
branches;
next	1.6.2.2;

1.6.2.2
date	99.08.29.14.32.26;	author peter;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Retire Bison as it is not need to build GCC any more.

Ok'ed by:	JKH
@
text
@# $FreeBSD: src/gnu/usr.bin/bison/data/Makefile,v 1.8 1999/08/27 23:35:07 peter Exp $

BISONDIR=${.CURDIR}/../../../../contrib/bison

.PATH:	${BISONDIR}

DATADIR= ${SHAREDIR}/misc
CLEANFILES+= bison.s1

all:	bison.s1

# Copy bison.simple, inserting directory name into the #line commands.
bison.s1: bison.simple
	sed -e "/^#line/ s|bison|${DATADIR}/bison|" \
	    -e "s|@@bison_version@@|1.28|" \
		< ${.ALLSRC} > ${.TARGET}

install:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 bison.s1 \
		${DESTDIR}${DATADIR}/bison.simple
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BISONDIR}/bison.hairy \
		${DESTDIR}${DATADIR}

.include <bsd.prog.mk>
@


1.8
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.7
log
@Fixes for Bison 1.25->1.28 upgrade.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.6 1997/08/21 03:28:07 jmg Exp $
@


1.6
log
@change bin to BINOWN and BINGRP

Reviewed-by: joerg
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1997/02/22 15:44:44 peter Exp $
d15 2
a16 1
		< ${BISONDIR}/bison.simple > bison.s1
@


1.6.2.1
log
@MFC: Upgrade Bison from version 1.25 to 1.28.
     (minus added "--broken-undeftoken-init" option, which is not needed here)
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.7 1999/08/14 22:30:36 obrien Exp $
d15 1
a15 2
	    -e "s|@@bison_version@@|1.28|" \
		< ${.ALLSRC} > ${.TARGET}
@


1.6.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.5
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
# $Id$
d18 1
a18 1
	${INSTALL} ${COPY} -o bin -g bin -m 444 bison.s1 \
d20 1
a20 1
	${INSTALL} -c -o bin -g bin -m 444 ${BISONDIR}/bison.hairy \
@


1.4
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.3
log
@Use ${COPY} instead of -c for installing non-source files.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1996/10/27 21:50:59 joerg Exp $
@


1.2
log
@Added ${DESTDIR} to the install target so bison.{simple,hairy}
will also appear in our releases. ;)

Forgotten by: peter
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1996/09/10 13:23:44 peter Exp $
d18 1
a18 1
	${INSTALL} -c -o bin -g bin -m 444 bison.s1 \
@


1.2.2.1
log
@MFC: merge in rev1.6 (bin to BIN*) and rev1.3 (-c to COPY)
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1996/10/27 21:50:59 joerg Exp $
d18 1
a18 1
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 bison.s1 \
d20 2
a21 2
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
		${BISONDIR}/bison.hairy ${DESTDIR}${DATADIR}
@


1.2.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@Add bmakefiles to compile bison.
@
text
@d1 1
a1 1
# $Id$
d18 4
a21 2
	${INSTALL} -c -o bin -g bin -m 444 bison.s1 ${DATADIR}/bison.simple
	${INSTALL} -c -o bin -g bin -m 444 ${BISONDIR}/bison.hairy ${DATADIR}
@
