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