The following changes since commit ea3e51c36e09f9363c983de2ae123f983ee3f25c: Fix blkparse typo (2010-05-17 19:51:45 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master YAMAMOTO Takashi (1): Include latest Makefile changes in Makefile.NetBSD Makefile.NetBSD | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/Makefile.NetBSD b/Makefile.NetBSD index 2fb089e..c223ab2 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 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html