diff --git a/sys/modules/vmd/Makefile b/sys/modules/vmd/Makefile index 10a914cf9cc..96523fa9380 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