aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-08-19 07:28:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-08-19 07:28:30 +0000
commit6734c49167325a1d0281fe4481abb726bab01239 (patch)
treee17edca78fd124b46ff9a0b644715a2657e70565 /tools
parentc6b2d86aadc5da46b2e0c201e73f11e570eeeb78 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/etc/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/tools/tinderbox/etc/Makefile b/tools/tools/tinderbox/etc/Makefile
index da0abdf9a395b..8942bccd43383 100644
--- a/tools/tools/tinderbox/etc/Makefile
+++ b/tools/tools/tinderbox/etc/Makefile
@@ -1,7 +1,11 @@
# $FreeBSD$
-ETCFILES = default.rc releng_4.rc releng_5.rc stable.rc current.rc
-ETCFILES += update_stable.rc update_current.rc
+ETCFILES =
+ETCFILES += default.rc
+ETCFILES += releng_4.rc update_releng_4.rc
+ETCFILES += releng_5.rc update_releng_5.rc
+ETCFILES += stable.rc update_stable.rc
+ETCFILES += current.rc update_current.rc
ETCDIR ?= ${HOME}/etc
ETCOWN ?= ${USER}
ETCGRP ?= ${USER}