From: Patrick McHardy Date: Wed, 17 Oct 2007 08:52:19 +0000 (+0000) Subject: Install ip6tables-{save,restore} manpages X-Git-Tag: v1.4.0~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a96f36bb85c030a2badee895f78598c608e2f47;p=thirdparty%2Fiptables.git Install ip6tables-{save,restore} manpages --- diff --git a/Makefile b/Makefile index a4bbf611..f93ff17a 100644 --- 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