Add missing FIO_NET_CMD entry to fio_server_ops[]
[fio.git] / Makefile
index a9cd151f6e20c3694a2636d4f9a7c56ae8389537..b54f7e9e0cfde374fa86d98b635e224d9c0ab457 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,7 @@ ifeq ($(CONFIG_TARGET_OS), SunOS)
   CPPFLAGS += -D__EXTENSIONS__
 endif
 ifeq ($(CONFIG_TARGET_OS), FreeBSD)
+  SOURCE += trim.c
   LIBS  += -lpthread -lrt
   LDFLAGS += -rdynamic
 endif