sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
modules: netflow: need opt_inet.hThis fixes the standalone build.
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htarge
Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.
show more ...
Use src.opts.mk in preference to bsd.own.mk except where we need stufffrom the latter.
Use rt_numfibs variable instead of compile-time RT_NUMFIBS.Reviewed by: glebius (previous version)Approved by: kib(mentor), ae(mentor)
Add support for NetFlow version 9 into ng_netflow(4) node.Submitted by: Alexander V. Chernikov <melifaro ipfw.ru>
Attach ng_netflow to kernel build.Approved by: julian (mentor)