head	1.13;
access;
symbols
	old_RELENG_5_5_0_RELEASE:1.8
	old_RELENG_5_5:1.8.0.8
	old_RELENG_5_5_BP:1.8
	old_RELENG_6_1_0_RELEASE:1.9
	old_RELENG_6_1:1.9.0.6
	old_RELENG_6_1_BP:1.9
	old_RELENG_6_0_0_RELEASE:1.9
	old_RELENG_6_0:1.9.0.4
	old_RELENG_6_0_BP:1.9
	old_RELENG_6:1.9.0.2
	old_RELENG_6_BP:1.9
	old_RELENG_5_4_0_RELEASE:1.8
	old_RELENG_5_4:1.8.0.6
	old_RELENG_5_4_BP:1.8
	old_RELENG_5_3_0_RELEASE:1.8
	old_RELENG_5_3:1.8.0.4
	old_RELENG_5_3_BP:1.8
	old_RELENG_5:1.8.0.2
	old_RELENG_5_BP:1.8
	old_RELENG_5_2_1_RELEASE:1.2
	old_RELENG_5_2_0_RELEASE:1.2
	old_RELENG_5_2:1.2.0.2
	old_RELENG_5_2_BP:1.2;
locks; strict;
comment	@# @;


1.13
date	2011.09.23.12.56.21;	author des;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.25.17.29.57;	author des;	state Exp;
branches;
next	1.11;

1.11
date	2007.10.13.10.47.53;	author des;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.20.20.01.37;	author des;	state Exp;
branches;
next	1.9;

1.9
date	2004.08.19.07.28.30;	author des;	state Exp;
branches;
next	1.8;

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

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

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

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

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

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

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

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


desc
@@


1.13
log
@Hook up the 9 configs.
@
text
@# $FreeBSD$

ETCFILES	 =
ETCFILES	+= default.rc
ETCFILES	+= releng_4.rc update_releng_4.rc
ETCFILES	+= releng_5.rc update_releng_5.rc
ETCFILES	+= releng_6.rc update_releng_6.rc
ETCFILES	+= releng_7.rc update_releng_7.rc
ETCFILES	+= releng_8.rc update_releng_8.rc
ETCFILES	+= releng_9.rc update_releng_9.rc
ETCFILES	+= head.rc update_head.rc
ETCDIR		?= ${HOME}/etc
ETCOWN		?= ${USER}
ETCGRP		?= ${USER}

realinstall:
.for FILE in ${ETCFILES}
	${INSTALL} -m0644 -o${ETCOWN} -g${ETCGRP} ${.CURDIR}/${FILE} ${ETCDIR}
.endfor

.include <bsd.prog.mk>
@


1.12
log
@Build stable/8 (no 8.0 yet)
@
text
@d10 1
@


1.11
log
@Add RELENG_7 (tier 1 only)
@
text
@d9 1
@


1.10
log
@Catch up.
@
text
@d8 1
@


1.9
log
@Clean up, add update_releng_[45].rc.
@
text
@d7 2
a8 2
ETCFILES	+= stable.rc update_stable.rc
ETCFILES	+= current.rc update_current.rc
@


1.8
log
@Update-only configs.
@
text
@d3 6
a8 2
ETCFILES	 = default.rc releng_4.rc releng_5.rc stable.rc current.rc
ETCFILES	+= update_stable.rc update_current.rc
@


1.7
log
@Remove configurations which aren't used in production.
@
text
@d4 1
@


1.6
log
@Don't forget to install stable.rc.
@
text
@a3 1
ETCFILES	+= ada.rc dsa.rc dwp.rc
@


1.5
log
@This setup was used for amd64 and powerpc before they reached the point
where a normal buildworld would succeed.  It is no longer required.
@
text
@d3 1
a3 1
ETCFILES	 = default.rc releng_4.rc releng_5.rc current.rc
@


1.4
log
@I won't be using stanley any more.
@
text
@d4 1
a4 1
ETCFILES	+= ada.rc dsa.rc dwp.rc experimental.rc
@


1.3
log
@Install experimental.rc as well.
@
text
@d4 1
a4 1
ETCFILES	+= ada.rc dsa.rc dwp.rc experimental.rc stanley.rc
@


1.2
log
@Build RELENG_5_1.
@
text
@d4 1
a4 1
ETCFILES	+= ada.rc dsa.rc dwp.rc stanley.rc
@


1.1
log
@The rc files have been repo-copied to a separate subdirectory.
@
text
@d3 1
a3 1
ETCFILES	 = default.rc releng_4.rc current.rc experimental.rc
@

