Add parser support for out-of-td option storage
[fio.git] / Makefile.FreeBSD
index 947bb859e97334772d6b56c9b34d34e092a75e25..b4998933fe2701b362bb6bdb50185a3e36bdd310 100644 (file)
@@ -30,7 +30,8 @@ SOURCE = eta.c filehash.c filesetup.c fio.c gettime.c init.c ioengines.c \
         io_u.c log.c memory.c mutex.c options.c parse.c rbtree.c smalloc.c \
         stat.c parse.c crc/*.c engines/cpu.c engines/mmap.c \
         engines/posixaio.c engines/sync.c engines/null.c engines/net.c \
-        *.h */*.h
+        *.h arch/*.h compiler/*.h crc/*.h lib/*.h \
+        os/indirect.h os/kcompat.h os/os-freebsd.h os/os.h os/syslet.h
 
 ifneq ($(findstring $(MAKEFLAGS),s),s)
 ifndef V