summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-01-16 22:47:59 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-01-18 02:52:30 +0100
commit032dc4a18ab86173847b6016baf0819ccd7641c5 (patch)
treeba35e12bd5a061e82b334534bd2b988eedd7be9c /configure.ac
parent5ca9acf51adf9dcc8e0d82cd8f5b9b2514f900ee (diff)
utils: Add a manpage for nfbpf_compile
Content is rather sparse, but still better than no manpage at all. Cc: Willem de Bruijn <willemb@google.com> Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 448ec918..e6c9832f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,7 +252,8 @@ AC_CONFIG_FILES([Makefile extensions/GNUmakefile include/Makefile
libxtables/Makefile utils/Makefile
include/xtables-version.h include/iptables/internal.h
iptables/xtables-monitor.8
- utils/nfnl_osf.8])
+ utils/nfnl_osf.8
+ utils/nfbpf_compile.8])
AC_OUTPUT