netipsec: fix LINT-NOINET build
authorKristof Provost <kp@FreeBSD.org>
Sat, 20 Jan 2024 14:37:40 +0000 (15:37 +0100)
committerKristof Provost <kp@FreeBSD.org>
Sat, 20 Jan 2024 21:22:21 +0000 (22:22 +0100)
commitc3d7bb5aca7749626b5c70dfa86ee8f07960f44a
tree98c53aec6aea4137f826c2692a338982475ff518
parent54e047b13baaa5eb613e98991f807e7b6f893f78
netipsec: fix LINT-NOINET build

udp_ipsec_input() is used for INET6, so we need it even in NOINET
builds. Build the relevant file if either of INET or INET6 are set.
sys/modules/ipsec/Makefile
sys/netipsec/ipsec_support.h