summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 da0abdf..8942bcc 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}
OpenPOWER on IntegriCloud