]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-graph
Add kfreebsd to the stats.
[wannabuild.git] / bin / wb-graph
index 941938031ddc707cc076301af181f0ffaee171ac..fb85f093776fc1e9dc2495d26ea86a779ea103e5 100755 (executable)
@@ -40,7 +40,7 @@ my $date=`date +%m/%d/%Y`;
 chop($date);
 print "$date";
 
-my @archs = qw(alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 amd64 sparc armel);
+my @archs = qw(alpha arm hppa hurd-i386 i386 ia64 m68k mips mipsel powerpc s390 amd64 sparc armel kfreebsd-amd64 kfreebsd-i386);
 my $arch;
 
 foreach $arch (@archs) {