X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.FreeBSD;h=5882961a867949155641a3ebf642641fc9dbb061;hb=a1a8da169dceda90faa323db0892926605e0dc8e;hp=deae03d8e55ec5d8a7d4bdb1ce106e9de413403c;hpb=8e8af3c17e0d73b6efd959d1edb246a9bade2cbe;p=fio.git diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index deae03d8..5882961a 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -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