Index: sys/modules/mac_veriexec/Makefile =================================================================== --- sys/modules/mac_veriexec/Makefile +++ sys/modules/mac_veriexec/Makefile @@ -9,7 +9,6 @@ vnode_if.h SRCS += \ opt_capsicum.h \ - opt_global.h \ opt_mac.h \ opt_veriexec.h SRCS += \ @@ -21,16 +20,8 @@ mac_veriexec_in_state \ mac_veriexec_get_executable_flags -.if defined(KERNBUILDDIR) -MKDEP= -include ${KERNBUILDDIR}/opt_global.h -.else -CFLAGS+= -include opt_global.h -MKDEP= -include opt_global.h opt_mac.h: echo "#define MAC_DEBUG 1" >> ${.TARGET} -opt_global.h: - echo "#define MAC 1" > ${.TARGET} -.endif .ifndef WITHOUT_VERIEXEC_DEBUG CFLAGS+= -DVERIFIED_EXEC_DEBUG