aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-02-23 12:40:21 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-02-23 12:40:21 +0000
commitdb08524b179f85e6bf8c516054f4bf2a210b82eb (patch)
treec6ec43e0842d56c621d51de447b6c541de1415eb /tools
parent7941c77b0aba5463ceb77054ea8dc5b3657a8742 (diff)
downloadsrc-db08524b179f85e6bf8c516054f4bf2a210b82eb.tar.gz
src-db08524b179f85e6bf8c516054f4bf2a210b82eb.zip
Add LINT to the taget list for CURRENT.
Notes
Notes: svn path=/head/; revision=111303
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/tbmaster.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/tinderbox/tbmaster.pl b/tools/tools/tinderbox/tbmaster.pl
index 43d32271eab8..55bfd48bee14 100644
--- a/tools/tools/tinderbox/tbmaster.pl
+++ b/tools/tools/tinderbox/tbmaster.pl
@@ -43,7 +43,7 @@ my %CONFIGS = (
'cueball' => {
'COMMENT' => "-CURRENT tinderbox",
'BRANCHES' => [ 'CURRENT' ],
- 'TARGETS' => [ 'world', 'generic' ],
+ 'TARGETS' => [ 'world', 'generic', 'lint' ],
'ARCHES' => {
'alpha' => [ 'alpha' ],
'i386' => [ 'i386', 'pc98' ],