]>
Commit | Line | Data |
---|---|---|
b0d623f7 A |
1 | ###################################################################### |
2 | # | |
3 | # RELEASE = [ intel mach libkerncpp networking config_dtrace crypto zlib config_kxld ] | |
4 | # PROFILE = [ RELEASE profile ] | |
5 | # DEBUG = [ RELEASE debug mach_kdb ] | |
6 | # | |
7 | # | |
8 | # EMBEDDED = [ intel mach libkerncpp networking crypto zlib ] | |
9 | # DEVELOPMENT = [ EMBEDDED ] | |
10 | # | |
11 | ###################################################################### | |
12 | ||
13 | machine "x86_64" # <intel> | |
14 | cpu "x86_64" # <intel> | |
15 | ||
16 | options MACH_KDB # # <mach_kdb> | |
17 | ||
18 | options NO_NESTED_PMAP # <no_nested_pmap> |