summary refs log tree commit diff stats
path: root/cmd/cetus/main_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cetus/main_other.go')
-rw-r--r--cmd/cetus/main_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/cetus/main_other.go b/cmd/cetus/main_other.go
new file mode 100644
index 0000000..d39e66f
--- /dev/null
+++ b/cmd/cetus/main_other.go
@@ -0,0 +1,7 @@
+// +build !openbsd
+
+package main
+
+func main() {
+	app()
+}