Author: jhb Date: Tue Sep 8 18:29:20 2020 New Revision: 365467 URL: https://svnweb.freebsd.org/changeset/base/365467
Log: MFC 361634: Add opt_ipsec.h to fix standalone builds after r361633. Modified: stable/11/sys/modules/if_enc/Makefile Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Modified: stable/12/sys/modules/if_enc/Makefile Directory Properties: stable/12/ (props changed) Modified: stable/11/sys/modules/if_enc/Makefile ============================================================================== --- stable/11/sys/modules/if_enc/Makefile Tue Sep 8 17:47:30 2020 (r365466) +++ stable/11/sys/modules/if_enc/Makefile Tue Sep 8 18:29:20 2020 (r365467) @@ -6,6 +6,6 @@ SYSDIR?=${SRCTOP}/sys .PATH: ${SYSDIR}/net KMOD= if_enc -SRCS= if_enc.c opt_inet.h opt_inet6.h +SRCS= if_enc.c opt_inet.h opt_inet6.h opt_ipsec.h .include <bsd.kmod.mk> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"