mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 20:51:04 +01:00
bfd248f59d
Previously, it was necessary to set WITHOUT_INET_SUPPORT when building the kernel without INET, and WITHOUT_INET6_SUPPORT when building the kernel without INET6, or else the modules build would fail. The LINT-NOINET and LINT-NOINET6 configs did this using makeoptions. After recent changes, this is no longer required, so remove these makeoptions. This avoids masking potential future build issues when these aren't set. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1255
5 lines
47 B
Plaintext
5 lines
47 B
Plaintext
|
|
include LINT
|
|
ident LINT-NOINET
|
|
nooptions INET
|