git: 50a36218368b - main - modules: Remove duplicate opt_global.h target

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 29 Oct 2022 16:33:59 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=50a36218368b120b49b821c06825feada12f6c32

commit 50a36218368b120b49b821c06825feada12f6c32
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-10-29 14:52:28 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-10-29 16:18:06 +0000

    modules: Remove duplicate opt_global.h target
    
    The default one does the right thing these days.
    
    Sponsored by:           Netflix
---
 sys/modules/vmd/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/sys/modules/vmd/Makefile b/sys/modules/vmd/Makefile
index 10a914cf9ccc..96523fa93806 100644
--- a/sys/modules/vmd/Makefile
+++ b/sys/modules/vmd/Makefile
@@ -10,11 +10,5 @@ SRCS=	\
 	device_if.h	\
 	pci_if.h 	\
 	pcib_if.h	\
-	opt_global.h	\
-
-CFLAGS+=        -include opt_global.h
-
-opt_global.h:
-	echo "#define NEW_PCIB 1"	>> ${.TARGET}
 
 .include <bsd.kmod.mk>