Rev 3373 | Rev 3811 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3373 | Rev 3420 | ||
|---|---|---|---|
| Line 23... | Line 23... | ||
| 23 | #include "rm/entry.h" |
23 | #include "rm/entry.h" |
| 24 | #include "cat/entry.h" |
24 | #include "cat/entry.h" |
| 25 | #include "touch/entry.h" |
25 | #include "touch/entry.h" |
| 26 | #include "ls/entry.h" |
26 | #include "ls/entry.h" |
| 27 | #include "pwd/entry.h" |
27 | #include "pwd/entry.h" |
| - | 28 | #include "sleep/entry.h" |
|
| - | 29 | #include "cp/entry.h" |
|
| 28 | 30 | ||
| 29 | /* Each .def function fills the module_t struct with the individual name, entry |
31 | /* Each .def function fills the module_t struct with the individual name, entry |
| 30 | * point, help entry point, etc. You can use config.h to control what modules |
32 | * point, help entry point, etc. You can use config.h to control what modules |
| 31 | * are loaded based on what libraries exist on the system. */ |
33 | * are loaded based on what libraries exist on the system. */ |
| 32 | 34 | ||
| Line 37... | Line 39... | ||
| 37 | #include "rm/rm_def.h" |
39 | #include "rm/rm_def.h" |
| 38 | #include "cat/cat_def.h" |
40 | #include "cat/cat_def.h" |
| 39 | #include "touch/touch_def.h" |
41 | #include "touch/touch_def.h" |
| 40 | #include "ls/ls_def.h" |
42 | #include "ls/ls_def.h" |
| 41 | #include "pwd/pwd_def.h" |
43 | #include "pwd/pwd_def.h" |
| - | 44 | #include "sleep/sleep_def.h" |
|
| - | 45 | #include "cp/cp_def.h" |
|
| 42 | {NULL, NULL, NULL, NULL} |
46 | {NULL, NULL, NULL, NULL} |
| 43 | }; |
47 | }; |
| 44 | 48 | ||
| 45 | #endif |
49 | #endif |