X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile.solaris;h=3b499e497b92e87a273c4ec0d97c5e91631feccf;hp=49a4ef92618c77f09796f38e989e5d97b0d4acb2;hb=d7c8be035a17054b165343c40dc8773f103f1fc7;hpb=7e744013dca36be3840c45d13f4ae09947282bea diff --git a/Makefile.solaris b/Makefile.solaris index 49a4ef92..3b499e49 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -8,6 +8,8 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ profile.o debug.o OBJS += lib/rand.o +OBJS += lib/flist_sort.o +OBJS += lib/num2str.o OBJS += crc/crc7.o OBJS += crc/crc16.o @@ -49,3 +51,6 @@ cscope: install: $(PROGS) $(SCRIPTS) $(INSTALL) -m755 -d $(DESTDIR)$(bindir) $(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