]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
Install ip6tables-{save,restore} manpages
authorPatrick McHardy <kaber@trash.net>
Wed, 17 Oct 2007 08:52:19 +0000 (08:52 +0000)
committerPatrick McHardy <kaber@trash.net>
Wed, 17 Oct 2007 08:52:19 +0000 (08:52 +0000)
Makefile

index a4bbf61128ffdffa08a234fd6602e4f9818b1ac5..f93ff17a11d0dd84ff24d8417a829bb2fa82e1f6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ ifeq ($(DO_IPV6), 1)
 EXTRAS+=ip6tables ip6tables.o ip6tables.8
 EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/ip6tables $(DESTDIR)$(MANDIR)/man8/ip6tables.8
 EXTRAS+=ip6tables-save ip6tables-restore
-EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/ip6tables-save $(DESTDIR)$(BINDIR)/ip6tables-restore # $(DESTDIR)$(MANDIR)/man8/iptables-restore.8 $(DESTDIR)$(MANDIR)/man8/iptables-save.8 $(DESTDIR)$(MANDIR)/man8/ip6tables-save.8 $(DESTDIR)$(MANDIR)/man8/ip6tables-restore.8
+EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/ip6tables-save $(DESTDIR)$(BINDIR)/ip6tables-restore $(DESTDIR)$(MANDIR)/man8/ip6tables-save.8 $(DESTDIR)$(MANDIR)/man8/ip6tables-restore.8
 endif
 
 ifndef IPT_LIBDIR