Makefile.solaris: install man pages
[fio.git] / Makefile.solaris
index 0ec6d730b8e6c58b2040aba26f26243b742108fc..3b499e497b92e87a273c4ec0d97c5e91631feccf 100644 (file)
@@ -7,6 +7,10 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
        rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o helpers.o solaris.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
 OBJS += crc/crc32.o
@@ -47,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