head	1.9;
access;
symbols
	old_RELENG_5_5_0_RELEASE:1.9
	old_RELENG_5_5:1.9.0.16
	old_RELENG_5_5_BP:1.9
	old_RELENG_6_1_0_RELEASE:1.9
	old_RELENG_6_1:1.9.0.14
	old_RELENG_6_1_BP:1.9
	old_RELENG_6_0_0_RELEASE:1.9
	old_RELENG_6_0:1.9.0.12
	old_RELENG_6_0_BP:1.9
	old_RELENG_6:1.9.0.10
	old_RELENG_6_BP:1.9
	old_RELENG_5_4_0_RELEASE:1.9
	old_RELENG_5_4:1.9.0.8
	old_RELENG_5_4_BP:1.9
	old_RELENG_5_3_0_RELEASE:1.9
	old_RELENG_5_3:1.9.0.6
	old_RELENG_5_3_BP:1.9
	old_RELENG_5:1.9.0.4
	old_RELENG_5_BP:1.9
	old_RELENG_5_2_1_RELEASE:1.9
	old_RELENG_5_2_0_RELEASE:1.9
	old_RELENG_5_2:1.9.0.2
	old_RELENG_5_2_BP:1.9
	old_RELENG_5_1_0_RELEASE:1.5
	old_RELENG_5_1:1.5.0.2
	old_RELENG_5_1_BP:1.5;
locks; strict;
comment	@# @;


1.9
date	2003.08.01.07.24.30;	author des;	state Exp;
branches;
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	;


desc
@@


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

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.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
@

