diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-11 13:28:07 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-12-11 13:28:07 +0000 |
commit | bf063e8c94b5687b7c8df05010e68adc35c6c452 (patch) | |
tree | 5bd021f149bc8e935de0a255e053f49588c3cf82 /tools | |
parent | 49ebf4cb7515243a3601d9f26d8f02a8e9f9b78d (diff) | |
download | src-test2-bf063e8c94b5687b7c8df05010e68adc35c6c452.tar.gz src-test2-bf063e8c94b5687b7c8df05010e68adc35c6c452.zip |
Notes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tinderbox/etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/etc/Makefile b/tools/tools/tinderbox/etc/Makefile index 35cbf4bf0682..db3de83eb996 100644 --- a/tools/tools/tinderbox/etc/Makefile +++ b/tools/tools/tinderbox/etc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ ETCFILES = default.rc releng_4.rc releng_5.rc current.rc -ETCFILES += ada.rc dsa.rc dwp.rc stanley.rc +ETCFILES += ada.rc dsa.rc dwp.rc experimental.rc stanley.rc ETCDIR ?= ${HOME}/etc ETCOWN ?= ${USER} ETCGRP ?= ${USER} |