Author: jhb
Date: Fri May 29 19:29:10 2020
New Revision: 361634
URL: https://svnweb.freebsd.org/changeset/base/361634
Log:
Add opt_ipsec.h to fix standalone builds after r361633.
Modified:
head/sys/modules/if_enc/Makefile
Modified: head/sys/modules/if_enc/Makefile
==============================================================================
--- head/sys/modules/if_enc/Makefile Fri May 29 19:22:40 2020
(r361633)
+++ head/sys/modules/if_enc/Makefile Fri May 29 19:29:10 2020
(r361634)
@@ -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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"