Documentation update
[fio.git] / Makefile.FreeBSD
index deae03d8e55ec5d8a7d4bdb1ce106e9de413403c..5882961a867949155641a3ebf642641fc9dbb061 100644 (file)
@@ -8,6 +8,9 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
        rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o
 
+OBJS += lib/rand.o
+OBJS += lib/flist_sort.o
+
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
 OBJS += crc/crc32.o