From 6f968a331bd473199cbe79806234ae1cb22517a6 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Thu, 17 Dec 2020 14:20:36 +0000 Subject: [PATCH] Make non-debug kernels installable. Setting DEBUG_FLAGS results in make installkernel trying to install debug information that doesn't exist if the kernel was built without it. --- sys/modules/if_wg/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/modules/if_wg/Makefile b/sys/modules/if_wg/Makefile index c6061957a74..04fcb8491d4 100644 --- a/sys/modules/if_wg/Makefile +++ b/sys/modules/if_wg/Makefile @@ -15,8 +15,6 @@ CFLAGS+= -I${INCDIR} CFLAGS+= -D__KERNEL__ -DEBUG_FLAGS=-g - SRCS= opt_inet.h opt_inet6.h device_if.h bus_if.h ifdi_if.h SRCS+= if_wg_session.c module.c -- 2.45.0