diff options
Diffstat (limited to 'util/superiotool/Makefile')
-rw-r--r-- | util/superiotool/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/superiotool/Makefile b/util/superiotool/Makefile index 1491075e7f..e8ba258682 100644 --- a/util/superiotool/Makefile +++ b/util/superiotool/Makefile @@ -37,6 +37,8 @@ $(PROGRAM): $(OBJS) superiotool.h install: $(PROGRAM) $(INSTALL) $(PROGRAM) $(PREFIX)/bin + mkdir -p $(PREFIX)/share/man/man8 + $(INSTALL) $(PROGRAM).8 $(PREFIX)/share/man/man8 clean: rm -f $(PROGRAM) *.o |