diff options
-rw-r--r-- | iptables/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iptables/Makefile.am b/iptables/Makefile.am index bab094b7..4bf5742c 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -67,6 +67,10 @@ man_MANS += xtables-nft.8 xtables-translate.8 xtables-legacy.8 \ ebtables-nft.8 endif CLEANFILES = iptables.8 xtables-monitor.8 \ + iptables-xml.1 iptables-apply.8 \ + iptables-extensions.8 iptables-extensions.8.tmpl \ + iptables-restore.8 iptables-save.8 \ + iptables-restore-translate.8 ip6tables-restore-translate.8 \ iptables-translate.8 ip6tables-translate.8 vx_bin_links = iptables-xml |