X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=b54f7e9e0cfde374fa86d98b635e224d9c0ab457;hb=22497370943163bd40d49f30c31f694749206ce4;hp=c617d6f495359bbce43c1759c8114a821095dda6;hpb=6cd4d583c75042bf1edd3d2d5c6626883755bfe4;p=fio.git diff --git a/Makefile b/Makefile index c617d6f4..b54f7e9e 100644 --- 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 @@ -157,6 +158,7 @@ ifeq ($(CONFIG_TARGET_OS), NetBSD) LDFLAGS += -rdynamic endif ifeq ($(CONFIG_TARGET_OS), DragonFly) + SOURCE += trim.c LIBS += -lpthread -lrt LDFLAGS += -rdynamic endif