sctp: include sctp_module.c in kernel builds

Allow kldload to detect that SCTP has been build into the kernel.

MFC after:	3 days
This commit is contained in:
Michael Tuexen 2023-07-23 14:31:17 +02:00
parent f576172682
commit 058d1722b0

View File

@ -4346,6 +4346,7 @@ netinet/sctp_crc32.c optional inet | inet6
netinet/sctp_indata.c optional inet sctp | inet6 sctp
netinet/sctp_input.c optional inet sctp | inet6 sctp
netinet/sctp_kdtrace.c optional inet sctp | inet6 sctp
netinet/sctp_module.c optional inet sctp | inet6 sctp
netinet/sctp_output.c optional inet sctp | inet6 sctp
netinet/sctp_pcb.c optional inet sctp | inet6 sctp
netinet/sctp_peeloff.c optional inet sctp | inet6 sctp