Fio 1.39
[fio.git] / Makefile.NetBSD
index 2fb089ef4fde5ce1c8befc5c6911f814c7f76373..c223ab2e7dcf5b2295e14542fab3d48fd9aaf8d8 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