kern: Remove needless kern.opts.mkWe don't need kern.opts.mk in any of these places. None of theseMakefiles reference any MK_ options. Some don't even need SYSDIR,but leave that defined in the on
kern: Remove needless kern.opts.mkWe don't need kern.opts.mk in any of these places. None of theseMakefiles reference any MK_ options. Some don't even need SYSDIR,but leave that defined in the ones that do.Sponsored by: Netflix
show more ...
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/
Remove commented out code to generate opt_inet*.h. That's handledautomatically by kern.opts.mk now. Include that instead.
netgraph module for reconstructing checksumsPR: 206108Submitted by: Dmitry Vagin daemon.hammer@ya.ruMFC after: 1 month