aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/config.mk')
-rw-r--r--sys/conf/config.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/config.mk b/sys/conf/config.mk
index 6e26ee0d5e66..729111b4ef3a 100644
--- a/sys/conf/config.mk
+++ b/sys/conf/config.mk
@@ -11,9 +11,7 @@ opt_global.h:
touch ${.TARGET}
@echo "#define SMP 1" >> ${.TARGET}
@echo "#define MAC 1" >> ${.TARGET}
-.if ${MK_VIMAGE_SUPPORT} != "no"
@echo "#define VIMAGE 1" >> ${.TARGET}
-.endif
# Note: Define 'options' in DEFAULTS to 1. For simplicity, no check if the
# option is in opt_global.h. Nearly all the options in DEFAUlTS today are in
# opt_global.h with GEOM_* being the main exceptions. Move any options from