Makefile: Installing genfio at install time

genfio wasn't installed at all during 'make install'.
diff --git a/Makefile b/Makefile
index c8849f6..8075eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
 CFLAGS	= -std=gnu99 -Wwrite-strings -Wall -Wdeclaration-after-statement $(OPTFLAGS) $(EXTFLAGS) $(BUILD_CFLAGS)
 LIBS	+= -lm $(EXTLIBS)
 PROGS	= fio
-SCRIPTS = fio_generate_plots tools/plot/fio2gnuplot.py
+SCRIPTS = fio_generate_plots tools/plot/fio2gnuplot.py tools/genfio
 
 ifdef CONFIG_GFIO
   PROGS += gfio