diff options
author | Alberto Bursi <starshipeleven@outlook.com> | 2016-10-23 18:46:54 +0200 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2016-10-24 10:22:09 +0200 |
commit | 82a8faa07208a1ae3d47646d642f9068512346a0 (patch) | |
tree | e78c1e7ded30a136403cd3a72064d2800741bb5a /utils/tcsh/Makefile | |
parent | cfc2c6833cd00bf25a687f97c44f177cc559b32a (diff) |
tcsh: move to Shells submenu
Part of a wider housekeeping effort on the packages repository.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
Diffstat (limited to 'utils/tcsh/Makefile')
-rw-r--r-- | utils/tcsh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 317b28d21..5d7e4a1d6 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -26,6 +26,7 @@ include $(INCLUDE_DIR)/package.mk define Package/tcsh SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Shells TITLE:=Enhanced Berkeley UNIX C shell DEPENDS:=+libncurses URL:=http://www.tcsh.org/ |