mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Layer in FreeBSD changes
This commit is contained in:
parent
26444f9367
commit
d94fc6a011
2 changed files with 18 additions and 0 deletions
9
gnu/usr.bin/groff/include/defs.h
Normal file
9
gnu/usr.bin/groff/include/defs.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#define PROG_PREFIX ""
|
||||
#define DEVICE "ps"
|
||||
#define FONTPATH "/usr/share/groff_font"
|
||||
#define MACROPATH "/usr/share/tmac"
|
||||
#define INDEX_SUFFIX ".i"
|
||||
#define COMMON_WORDS_FILE "/usr/share/dict/eign"
|
||||
#define DEFAULT_INDEX_DIR "/usr/share/dict/papers"
|
||||
#define DEFAULT_INDEX_NAME "Ind"
|
||||
#define DEFAULT_INDEX "/usr/share/dict/papers/Ind"
|
||||
9
gnu/usr.bin/groff/src/include/defs.h
Normal file
9
gnu/usr.bin/groff/src/include/defs.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#define PROG_PREFIX ""
|
||||
#define DEVICE "ps"
|
||||
#define FONTPATH "/usr/share/groff_font"
|
||||
#define MACROPATH "/usr/share/tmac"
|
||||
#define INDEX_SUFFIX ".i"
|
||||
#define COMMON_WORDS_FILE "/usr/share/dict/eign"
|
||||
#define DEFAULT_INDEX_DIR "/usr/share/dict/papers"
|
||||
#define DEFAULT_INDEX_NAME "Ind"
|
||||
#define DEFAULT_INDEX "/usr/share/dict/papers/Ind"
|
||||
Loading…
Reference in a new issue