]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - Makefile
Import patch iproute2.114
[mirror_iproute2.git] / Makefile
index ceb2dbc1ada0ba3ae1d302210fe46d92c4f17370..a181ffc9c0756f0354b6db3eb43a78818f7cd441 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -51,6 +51,7 @@ install: all
        install -m 0644 $(shell find man/man8 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man8
        ln -sf $(MANDIR)/man8/tc-pbfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-bfifo.8
        ln -sf $(MANDIR)/man8/tc-pbfifo.8  $(DESTDIR)$(MANDIR)/man8/tc-pfifo.8
+       install -m 0644 $(shell find man/man3 -maxdepth 1 -type f) $(DESTDIR)$(MANDIR)/man3
 
 clean:
        @for i in $(SUBDIRS) doc; \