X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Fcifsmount%2FMakefile;h=a8cb2da6907ee38540ff6f30309766a54e0a8de6;hb=802a9b66e1efe88801cdc0efc74c41dd0ea47a2d;hp=ef4f04c11a522f08514f557bc9cfc0cc60c2a37f;hpb=293efb78310dd7ee6e69181aacf2146ac73b9cdb;p=packages.git diff --git a/utils/cifsmount/Makefile b/utils/cifsmount/Makefile index ef4f04c11..a8cb2da69 100644 --- a/utils/cifsmount/Makefile +++ b/utils/cifsmount/Makefile @@ -4,7 +4,6 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk @@ -19,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk define Package/cifsmount SECTION:=utils CATEGORY:=Utilities + SUBMENU:=Filesystem TITLE:=CIFS mounting helper utility endef @@ -27,7 +27,6 @@ define Package/cifsmount/description endef define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) endef define Build/Compile