Implement a better num2str()
[fio.git] / Makefile.NetBSD
index c223ab2e7dcf5b2295e14542fab3d48fd9aaf8d8..9378b195392cd75396a7019450f0a0a1a49c5ac6 100644 (file)
@@ -10,6 +10,7 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
 
 OBJS += lib/rand.o
 OBJS += lib/flist_sort.o
+OBJS += lib/num2str.o
 
 OBJS += crc/crc7.o
 OBJS += crc/crc16.o