diff options
author | Søren Schmidt <sos@FreeBSD.org> | 1994-08-17 09:00:13 +0000 |
---|---|---|
committer | Søren Schmidt <sos@FreeBSD.org> | 1994-08-17 09:00:13 +0000 |
commit | 7363955db6b60fa286dcc74b9bd2085886609050 (patch) | |
tree | 504937ab1af6dc6cab806bfe6a7195a10812f6d3 /usr.sbin/vidcontrol/path.h | |
parent | 08bddad1f69323353175360efacd84eb273220dc (diff) |
Added vidcontrol util from 1.1.5.1+
Reviewed by:
Submitted by:
Notes
Notes:
svn path=/head/; revision=2089
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/" + |