summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c23d154..a1a86e7 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,8 @@ clean:
install:
$(MKDIR) $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -m755 bfs $(DESTDIR)$(PREFIX)/bin/bfs
+ $(MKDIR) $(DESTDIR)$(PREFIX)/share/man/man1
+ $(INSTALL) -m644 bfs.1 $(DESTDIR)$(PREFIX)/share/man/man1/bfs.1
uninstall:
$(RM) $(DESTDIR)$(PREFIX)/bin/bfs