Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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.
Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ablebuild it with and without INET/INET6 support.Submitted by: Alexander V. Chernikov <melifaro at yandex-team.ru> [1]Tested by: Alex
Add IPv6 support to the ng_ipfw(4) [1]. Also add ifdefs to be ablebuild it with and without INET/INET6 support.Submitted by: Alexander V. Chernikov <melifaro at yandex-team.ru> [1]Tested by: Alexander V. Chernikov <melifaro at yandex-team.ru> [1]Approved by: re (bz)MFC after: 2 weeks
Add ng_ipfw to kernel module build.