summaryrefslogtreecommitdiffstats
path: root/iptables/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-03-13 20:46:14 +0100
committerFlorian Westphal <fw@strlen.de>2019-03-14 00:01:38 +0100
commiteefd72aca33c6cdf7290da0c4a656c6768097181 (patch)
treecf194fc8071ee3692c55af919677e55016e48d1f /iptables/Makefile.am
parent1a0cd997d601794c7031346063b8b77f4af2a13e (diff)
doc: Add ebtables man page
This is a 1:1 copy from legacy ebtables repository. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'iptables/Makefile.am')
-rw-r--r--iptables/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/iptables/Makefile.am b/iptables/Makefile.am
index c0f657eb..3ff85893 100644
--- a/iptables/Makefile.am
+++ b/iptables/Makefile.am
@@ -63,7 +63,8 @@ man_MANS = iptables.8 iptables-restore.8 iptables-save.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
+man_MANS += arptables-nft.8 arptables-nft-restore.8 arptables-nft-save.8 \
+ ebtables-nft.8
endif
CLEANFILES = iptables.8 xtables-monitor.8 \
iptables-translate.8 ip6tables-translate.8 \