binject: ctl cleanups
[fio.git] / Makefile.mac
index a726546bb4a0139c3341582216c68f41b6b5854f..952364ae2d9fc41f8327fe8a56b7f798d13694f7 100644 (file)
@@ -8,6 +8,10 @@ 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 += lib/num2str.o
+
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o
 OBJS += crc/crc32.o