diff options
Diffstat (limited to 'usr.sbin/vidcontrol/path.h')
-rw-r--r-- | usr.sbin/vidcontrol/path.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/vidcontrol/path.h b/usr.sbin/vidcontrol/path.h new file mode 100644 index 000000000000..709acbc375dc --- /dev/null +++ b/usr.sbin/vidcontrol/path.h @@ -0,0 +1,4 @@ +#define KEYMAP_PATH "/usr/share/syscons/keymaps/" +#define FONT_PATH "/usr/share/syscons/fonts/" +#define SCRNMAP_PATH "/usr/share/syscons/scrnmaps/" + |