Adds verify_only option
[fio.git] / Makefile
index 7c0e7980e5107b3fbeba74897ceddcd5010b232f..8c2c514607eae6f47d61cf0cce88484c49a0d8e3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,10 @@ ifeq ($(CONFIG_TARGET_OS), FreeBSD)
   LIBS  += -lpthread -lrt
   LDFLAGS += -rdynamic
 endif
+ifeq ($(CONFIG_TARGET_OS), OpenBSD)
+  LIBS  += -lpthread
+  LDFLAGS += -rdynamic
+endif
 ifeq ($(CONFIG_TARGET_OS), NetBSD)
   LIBS  += -lpthread -lrt
   LDFLAGS += -rdynamic