From: YAMAMOTO Takashi Date: Thu, 20 May 2010 09:20:42 +0000 (+0200) Subject: Include latest Makefile changes in Makefile.NetBSD X-Git-Tag: fio-1.39-rc1~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=40705539ff54518d498999095da038841e7d1bd5 Include latest Makefile changes in Makefile.NetBSD Signed-off-by: YAMAMOTO Takashi Signed-off-by: Jens Axboe --- diff --git a/Makefile.NetBSD b/Makefile.NetBSD index 2fb089ef..c223ab2e 100644 --- a/Makefile.NetBSD +++ b/Makefile.NetBSD @@ -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