$OpenBSD: patch-deps_riaknostic_src_riaknostic_export_erl,v 1.1 2013/03/26 05:26:30 jmatthew Exp $

add openbsd cases for riaknostic
https://github.com/basho/riaknostic/pull/56

--- deps/riaknostic/src/riaknostic_export.erl.orig	Wed Mar 13 14:53:22 2013
+++ deps/riaknostic/src/riaknostic_export.erl	Wed Mar 13 14:54:03 2013
@@ -60,6 +60,9 @@ get_cmd_list() ->
                 {unix, freebsd} ->
                     [
                     ] ++ Stats;
+                {unix, openbsd} ->
+                    [
+                    ] ++ Stats;
                 {unix, sunos} ->
                     [
                     ];
@@ -82,6 +85,9 @@ get_file_list() ->
                     ];
                 {unix, darwin} -> []; % unsupported for production
                 {unix, freebsd} ->
+                    [
+                    ];
+                {unix, openbsd} ->
                     [
                     ];
                 {unix, sunos} ->
