sys/amd64/conf/LINT-NOINET{6,}: don't set WITHOUT_INET{6,}_SUPPORT

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
This commit is contained in:
Lexi Winter 2024-05-24 01:14:11 +01:00 committed by Warner Losh
parent 0e2ce86627
commit bfd248f59d
2 changed files with 0 additions and 4 deletions

View file

@ -1,7 +1,4 @@
include LINT
ident LINT-NOINET
makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT="
nooptions INET
nodevice gre
nodevice netmap

View file

@ -1,5 +1,4 @@
include LINT
ident LINT-NOINET6
makeoptions MKMODULESENV+="WITHOUT_INET6_SUPPORT="
nooptions INET6