head	1.10;
access;
symbols
	RELENG_6_4_0_RELEASE:1.9.22.1
	RELENG_6_4:1.9.0.22
	RELENG_6_4_BP:1.9
	RELENG_6_3_0_RELEASE:1.9
	RELENG_6_3:1.9.0.20
	RELENG_6_3_BP:1.9
	RELENG_6_2_0_RELEASE:1.9
	RELENG_6_2:1.9.0.18
	RELENG_6_2_BP:1.9
	RELENG_5_5_0_RELEASE:1.9
	RELENG_5_5:1.9.0.16
	RELENG_5_5_BP:1.9
	RELENG_6_1_0_RELEASE:1.9
	RELENG_6_1:1.9.0.14
	RELENG_6_1_BP:1.9
	RELENG_6_0_0_RELEASE:1.9
	RELENG_6_0:1.9.0.12
	RELENG_6_0_BP:1.9
	RELENG_6:1.9.0.10
	RELENG_6_BP:1.9
	RELENG_5_4_0_RELEASE:1.9
	RELENG_5_4:1.9.0.8
	RELENG_5_4_BP:1.9
	RELENG_5_3_0_RELEASE:1.9
	RELENG_5_3:1.9.0.6
	RELENG_5_3_BP:1.9
	RELENG_5:1.9.0.4
	RELENG_5_BP:1.9
	RELENG_5_2_1_RELEASE:1.9
	RELENG_5_2_0_RELEASE:1.9
	RELENG_5_2:1.9.0.2
	RELENG_5_2_BP:1.9
	RELENG_5_1_0_RELEASE:1.5
	RELENG_5_1:1.5.0.2
	RELENG_5_1_BP:1.5;
locks; strict;
comment	@# @;


1.10
date	2006.05.30.14.31.08;	author des;	state dead;
branches;
next	1.9;

1.9
date	2003.08.01.07.24.30;	author des;	state Exp;
branches
	1.9.10.1
	1.9.22.1;
next	1.8;

1.8
date	2003.07.28.09.49.27;	author des;	state Exp;
branches;
next	1.7;

1.7
date	2003.07.23.20.22.50;	author des;	state Exp;
branches;
next	1.6;

1.6
date	2003.07.23.20.16.36;	author des;	state Exp;
branches;
next	1.5;

1.5
date	2003.05.16.12.11.13;	author des;	state Exp;
branches;
next	1.4;

1.4
date	2003.05.16.10.59.40;	author des;	state Exp;
branches;
next	1.3;

1.3
date	2003.05.15.10.48.50;	author des;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.12.20.23.27;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.11.22.17.49;	author des;	state Exp;
branches;
next	;

1.9.10.1
date	2012.11.17.07.45.31;	author svnexp;	state Exp;
branches;
next	;

1.9.22.1
date	2008.10.02.02.57.24;	author kensmith;	state Exp;
branches;
next	;


desc
@@


1.10
log
@The tinderbox has moved to projcvs.
@
text
@# $FreeBSD: src/tools/tools/tinderbox/Makefile,v 1.9 2003/08/01 07:24:30 des Exp $

BINDIR		?= ${HOME}/bin
BINOWN		?= ${USER}
BINGRP		?= ${USER}
SCRIPTS		 = tbmaster.pl tinderbox.pl

MANDIR		?= ${HOME}/man/man
MANOWN		?= ${USER}
MANGRP		?= ${USER}
MAN		 = tbmaster.1 tinderbox.1

SUBDIR		 = etc www

.include <bsd.prog.mk>
@


1.9
log
@The rc files have been repo-copied to a separate subdirectory.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.9.10.1
log
@Switch importer
@
text
@d1 1
a1 1
# $FreeBSD: stable/6/tools/tools/tinderbox/Makefile 118297 2003-08-01 07:24:31Z des $
@


1.9.22.1
log
@SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith

Create releng/6.4 from stable/6 in preparation for 6.4-RC1.

Approved by:	re (implicit)
@
text
@@


1.8
log
@Install experimental.rc
@
text
@d13 1
a13 11
SUBDIR		 = www

RCFILES		 = default.rc releng_4.rc current.rc experimental.rc
RCFILES		+= ada.rc dsa.rc dwp.rc stanley.rc
ETCDIR		?= ${HOME}/etc
ETCOWN		?= ${USER}
ETCGRP		?= ${USER}

beforeinstall:
	(cd ${.CURDIR} &&\
	    ${INSTALL} -m 0644 -o ${ETCOWN} -g ${ETCGRP} ${RCFILES} ${ETCDIR})
@


1.7
log
@Install rc files from ${.CURDIR}, not ${.OBJDIR}.
@
text
@d15 1
a15 1
RCFILES		 = default.rc releng_4.rc current.rc
@


1.6
log
@Sample configuration files.
@
text
@d22 2
a23 1
	${INSTALL} -m 0644 -o ${ETCOWN} -g ${ETCGRP} ${RCFILES} ${ETCDIR}
@


1.5
log
@More oats for the beggars' horses.
@
text
@d15 9
@


1.4
log
@Be careful what you wish for - you might get it!

Wished for by:	ru
@
text
@d11 1
a11 1
MAN		 = tinderbox.1
@


1.3
log
@Add a Makefile for the web bits.
@
text
@d8 5
@


1.2
log
@Welcome tbmaster, TinderboxNG's better half.
@
text
@d8 2
@


1.1
log
@Say hello to Tinderbox 2.0, the choice of a new generation!
@
text
@d6 1
a6 1
SCRIPTS		 = tinderbox.pl
@

