Rev 4364 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4364 | Rev 4371 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | #include "ls/entry.h" |
25 | #include "ls/entry.h" |
| 26 | #include "pwd/entry.h" |
26 | #include "pwd/entry.h" |
| 27 | #include "sleep/entry.h" |
27 | #include "sleep/entry.h" |
| 28 | #include "cp/entry.h" |
28 | #include "cp/entry.h" |
| 29 | #include "mv/entry.h" |
29 | #include "mv/entry.h" |
| - | 30 | #include "mount/entry.h" |
|
| 30 | #include "kcon/entry.h" |
31 | #include "kcon/entry.h" |
| 31 | 32 | ||
| 32 | /* Each .def function fills the module_t struct with the individual name, entry |
33 | /* Each .def function fills the module_t struct with the individual name, entry |
| 33 | * point, help entry point, etc. You can use config.h to control what modules |
34 | * point, help entry point, etc. You can use config.h to control what modules |
| 34 | * are loaded based on what libraries exist on the system. */ |
35 | * are loaded based on what libraries exist on the system. */ |
| Line 42... | Line 43... | ||
| 42 | #include "ls/ls_def.h" |
43 | #include "ls/ls_def.h" |
| 43 | #include "pwd/pwd_def.h" |
44 | #include "pwd/pwd_def.h" |
| 44 | #include "sleep/sleep_def.h" |
45 | #include "sleep/sleep_def.h" |
| 45 | #include "cp/cp_def.h" |
46 | #include "cp/cp_def.h" |
| 46 | #include "mv/mv_def.h" |
47 | #include "mv/mv_def.h" |
| - | 48 | #include "mount/mount_def.h" |
|
| 47 | #include "kcon/kcon_def.h" |
49 | #include "kcon/kcon_def.h" |
| - | 50 | ||
| 48 | {NULL, NULL, NULL, NULL} |
51 | {NULL, NULL, NULL, NULL} |
| 49 | }; |
52 | }; |
| 50 | 53 | ||
| 51 | #endif |
54 | #endif |