The branch main has been updated by kevans:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=77c89fa6f5cd39c150524e04df1e7330c835229f

commit 77c89fa6f5cd39c150524e04df1e7330c835229f
Author:     Kyle Evans <[email protected]>
AuthorDate: 2021-04-16 00:59:13 +0000
Commit:     Kyle Evans <[email protected]>
CommitDate: 2021-04-16 00:59:13 +0000

    modules: remove stale if_wg reference
    
    This variable isn't being used anywhere, remove it.
---
 sys/modules/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0195ce5064d2..799cb947491f 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -455,10 +455,6 @@ _sctp=             sctp
 _if_stf=       if_stf
 .endif
 
-.if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
-_if_wg=                if_wg
-.endif
-
 .if ${MK_INET_SUPPORT} != "no" || defined(ALL_MODULES)
 _if_me=                if_me
 _ipdivert=     ipdivert
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to