summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/kernconf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/config/kernconf.tmpl')
-rw-r--r--usr.sbin/config/kernconf.tmpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/usr.sbin/config/kernconf.tmpl b/usr.sbin/config/kernconf.tmpl
deleted file mode 100644
index 182614b..0000000
--- a/usr.sbin/config/kernconf.tmpl
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * This file acts as a template for config.c that will be generated in the
- * kernel build directory after config(8) has been successfully run.
- *
- * $FreeBSD$
- */
-#include "opt_config.h"
-#ifdef INCLUDE_CONFIG_FILE
-
-/*
- * For !INCLUDE_CONFIG_FILE case, you should look at kern_mib.c. This is
- * where kernconfstring is defined then.
- */
-const char kernconfstring[] __attribute__ ((section("kern_conf"))) =
-"%%KERNCONFFILE%%";
-
-#endif /* INCLUDE_CONFIG_FILE */
OpenPOWER on IntegriCloud