From 4dbb6b9118e32a9b748ead893106de59579424f5 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 13 Mar 2019 20:46:12 +0100 Subject: doc: Add arptables-nft man pages These are 1:1 copies from legacy arptables repository. Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- iptables/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iptables/Makefile.am') diff --git a/iptables/Makefile.am b/iptables/Makefile.am index bfaf5e29..c0f657eb 100644 --- a/iptables/Makefile.am +++ b/iptables/Makefile.am @@ -62,6 +62,9 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.8 \ xtables-nft.8 xtables-translate.8 xtables-legacy.8 \ iptables-translate.8 ip6tables-translate.8 \ xtables-monitor.8 +if ENABLE_NFTABLES +man_MANS += arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 +endif CLEANFILES = iptables.8 xtables-monitor.8 \ iptables-translate.8 ip6tables-translate.8 \ xtables-config-parser.c xtables-config-syntax.c -- cgit v1.2.3