diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-18 12:50:14 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-18 12:50:14 +0000 |
commit | c5e768229f85bd0802c276004573bec81b617b7b (patch) | |
tree | 0ba2b99ac275cfb9caafa57d4f15ca0f5ee3f577 /openwrt/target/linux/package/shfs/Makefile | |
parent | dc1be634456dfa5918dde386646cab3fcecdc31b (diff) | |
download | mtk-20170518-c5e768229f85bd0802c276004573bec81b617b7b.zip mtk-20170518-c5e768229f85bd0802c276004573bec81b617b7b.tar.gz mtk-20170518-c5e768229f85bd0802c276004573bec81b617b7b.tar.bz2 |
add missing target/linux/rules.mk include
SVN-Revision: 1696
Diffstat (limited to 'openwrt/target/linux/package/shfs/Makefile')
-rw-r--r-- | openwrt/target/linux/package/shfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/shfs/Makefile b/openwrt/target/linux/package/shfs/Makefile index af1d1f9..fb345b2 100644 --- a/openwrt/target/linux/package/shfs/Makefile +++ b/openwrt/target/linux/package/shfs/Makefile @@ -1,6 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include ../../rules.mk PKG_NAME := shfs PKG_VERSION := 0.35 |