From 032dc4a18ab86173847b6016baf0819ccd7641c5 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 16 Jan 2019 22:47:59 +0100 Subject: utils: Add a manpage for nfbpf_compile Content is rather sparse, but still better than no manpage at all. Cc: Willem de Bruijn Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- utils/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index 80029e30..d09a6974 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -17,6 +17,7 @@ nfnl_osf_LDADD = ${libnfnetlink_LIBS} endif if ENABLE_BPFC +man_MANS += nfbpf_compile.8 sbin_PROGRAMS += nfbpf_compile nfbpf_compile_LDADD = -lpcap endif @@ -26,4 +27,4 @@ sbin_PROGRAMS += nfsynproxy nfsynproxy_LDADD = -lpcap endif -CLEANFILES = nfnl_osf.8 +CLEANFILES = nfnl_osf.8 nfbpf_compile.8 -- cgit v1.2.3