From 77c89fa6f5cd39c150524e04df1e7330c835229f Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 15 Apr 2021 19:59:13 -0500 Subject: [PATCH] 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