diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 02:16:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 02:16:37 +0000 |
commit | 4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18 (patch) | |
tree | 379281bd9ec7a759ee793459a5b441d36ccbb5be /openwrt/package/iptables/Makefile | |
parent | 99bc02a12be0b7725b2917e2b25c25e446f67717 (diff) | |
download | mtk-20170518-4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18.zip mtk-20170518-4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18.tar.gz mtk-20170518-4e24e35fa9083cfe57d7b1fe7b51c5f2f6515f18.tar.bz2 |
build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
SVN-Revision: 4032
Diffstat (limited to 'openwrt/package/iptables/Makefile')
-rw-r--r-- | openwrt/package/iptables/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 623a64e..7490277 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -1,7 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk -include $(TOPDIR)/package/kernel.mk +include $(TOPDIR)/include/kernel.mk PKG_NAME:=iptables PKG_VERSION:=1.3.5 @@ -20,10 +20,10 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install PKG_MENU:=IPv4 / IPv6 firewall administration -include $(TOPDIR)/package/rules.mk +include $(TOPDIR)/include/package.mk ifeq ($(DUMP),) include $(LINUX_DIR)/.config -include $(TOPDIR)/target/linux/netfilter.mk +include $(TOPDIR)/include/netfilter.mk endif define Package/iptables |