OpenBSD (and NetBSD) whereis don't support -b

Index: LibreNMS/Config.php
--- LibreNMS/Config.php.orig
+++ LibreNMS/Config.php
@@ -521,7 +521,7 @@ class Config
     public static function locateBinary($binary)
     {
         if (! Str::contains($binary, '/')) {
-            $output = `whereis -b $binary`;
+            $output = `whereis $binary`;
             $list = trim(substr($output, strpos($output, ':') + 1));
             $targets = explode(' ', $list);
             foreach ($targets as $target) {
