-rw-r--r-- | core/config.in.in | 3 | ||||
-rw-r--r-- | noncore/config.in.in | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/core/config.in.in b/core/config.in.in new file mode 100644 index 0000000..6689eaf --- a/dev/null +++ b/core/config.in.in @@ -0,0 +1,3 @@ +menu "Core" +@sources@ +endmenu diff --git a/noncore/config.in.in b/noncore/config.in.in new file mode 100644 index 0000000..07e5743 --- a/dev/null +++ b/noncore/config.in.in @@ -0,0 +1,3 @@ +menu "Non-core" +@sources@ +endmenu |