]>
Commit | Line | Data |
---|---|---|
1c79356b A |
1 | # options |
2 | ||
3 | # OPTIONS/libkerncpp optional libkerncpp | |
4 | # OPTIONS/kdebug optional kdebug | |
55e303ae | 5 | # OPTIONS/gprof optional gprof |
2d21ac55 | 6 | OPTIONS/config_dtrace optional config_dtrace |
1c79356b A |
7 | |
8 | # libsa | |
9 | ||
10 | libsa/bootstrap.cpp standard | |
11 | libsa/catalogue.cpp standard | |
9bccf70c | 12 | libsa/c++rem3.c standard |
55e303ae | 13 | libsa/dgraph.c standard |
0b4e3aa0 | 14 | libsa/kld_patch.c standard |
55e303ae A |
15 | libsa/kext.cpp standard |
16 | libsa/load.c standard | |
1c79356b | 17 | libsa/mach.c standard |
1c79356b A |
18 | libsa/misc.c standard |
19 | libsa/mkext.c standard | |
1c79356b | 20 | libsa/vers_rsrc.c standard |
0b4e3aa0 A |
21 | |
22 | # pseudo libc | |
23 | libsa/bsearch.c standard | |
24 | libsa/malloc.c standard | |
25 | libsa/sort.c standard | |
26 | libsa/strrchr.c standard | |
9bccf70c | 27 | libsa/strstr.c standard |