https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271594
--- Comment #4 from Mark Johnston <[email protected]> --- (In reply to Anton Saietskii from comment #3) Well it looks like your srcconf isn't getting honoured at all during installworld for some reason. Look at sbin/Makefile for example: the ipfw dir is clear predicated on MK_IPFW, but the build is descending into it anyway. Rather than submitting fifteen different bugs for the same problem, please try narrowing it down further. For example, does: $ make buildworld SRCCONF=/dev/null WITHOUT_IPFW= # make installworld SRCCONF=/dev/null WITHOUT_IPFW= work? -- You are receiving this mail because: You are the assignee for the bug.
