X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.FreeBSD;h=3c59a994284c6c228ee96900f945b9233fb646ca;hb=4f5d1526bed98cde56829f9e5e040c6601c03236;hp=deae03d8e55ec5d8a7d4bdb1ce106e9de413403c;hpb=8e8af3c17e0d73b6efd959d1edb246a9bade2cbe;p=fio.git diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index deae03d8..3c59a994 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -8,6 +8,8 @@ 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 += crc/crc7.o OBJS += crc/crc16.o OBJS += crc/crc32.o