X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.FreeBSD;h=947bb859e97334772d6b56c9b34d34e092a75e25;hb=f9e256ba1f5f57a61fd6bc9e6ed6cc2f996c0838;hp=ec67dd168be843fcef1ed81ad2dd4a4cc7740da1;hpb=a6cee43d4e9f2163bca89bf25c8d529128ebc905;p=fio.git diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index ec67dd16..947bb859 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -6,7 +6,7 @@ PROGS = fio SCRIPTS = fio_generate_plots 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 + rbtree.o smalloc.o filehash.o helpers.o OBJS += crc/crc7.o OBJS += crc/crc16.o @@ -14,6 +14,7 @@ OBJS += crc/crc32.o OBJS += crc/crc32c.o OBJS += crc/crc32c-intel.o OBJS += crc/crc64.o +OBJS += crc/sha1.o OBJS += crc/sha256.o OBJS += crc/sha512.o OBJS += crc/md5.o @@ -66,6 +67,7 @@ install: $(PROGS) $(SCRIPTS) $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir) $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 $(INSTALL) -m 644 fio.1 $(DESTDIR)$(mandir)/man1 + $(INSTALL) -m 644 fio_generate_plots.1 $(DESTDIR)$(mandir)/man1 ifneq ($(wildcard .depend),) include .depend