diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 02:32:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-21 02:32:39 +0000 |
commit | 24cf53528f4d83c427a457c67c65423eedb2344e (patch) | |
tree | 20ebd107bd10474886b6bd045b7aaf878dd6f7b5 /package/ipsec-tools/Makefile | |
parent | 08cbdbc1b095f079e37680c972b80079524290ad (diff) | |
download | upstream-24cf53528f4d83c427a457c67c65423eedb2344e.tar.gz upstream-24cf53528f4d83c427a457c67c65423eedb2344e.tar.bz2 upstream-24cf53528f4d83c427a457c67c65423eedb2344e.zip |
add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipsec-tools/Makefile')
-rw-r--r-- | package/ipsec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipsec-tools/Makefile b/package/ipsec-tools/Makefile index 667884debe..5567036f83 100644 --- a/package/ipsec-tools/Makefile +++ b/package/ipsec-tools/Makefile @@ -14,7 +14,7 @@ PKG_CAT:=bzcat PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -include $(TOPDIR)/include/package.mk +include $(INCLUDE_DIR)/package.mk define Package/ipsec-tools SECTION:=base |