X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile.FreeBSD;h=30277cdce364c9833599c773e2be82d745d99751;hb=c35dd7a6ce7bed8a5345c69e7b5499c71908d21c;hp=ec67dd168be843fcef1ed81ad2dd4a4cc7740da1;hpb=a6cee43d4e9f2163bca89bf25c8d529128ebc905;p=fio.git diff --git a/Makefile.FreeBSD b/Makefile.FreeBSD index ec67dd16..30277cdc 100644 --- a/Makefile.FreeBSD +++ b/Makefile.FreeBSD @@ -66,6 +66,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