diff options
author | des <des@FreeBSD.org> | 2003-12-11 13:28:07 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-12-11 13:28:07 +0000 |
commit | a6756e52708651553010cbba7290fcf67c4ec464 (patch) | |
tree | 5bd021f149bc8e935de0a255e053f49588c3cf82 /tools | |
parent | 316515f56f8274c37d948723c6d5333fd37eab63 (diff) | |
download | FreeBSD-src-a6756e52708651553010cbba7290fcf67c4ec464.zip FreeBSD-src-a6756e52708651553010cbba7290fcf67c4ec464.tar.gz |
Install experimental.rc as well.
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 35cbf4b..db3de83 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} |