diff options
| author | Nicolas Thill <nico@openwrt.org> | 2006-09-24 20:49:31 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2006-09-24 20:49:31 +0000 |
| commit | 88b8c4eb63a579667e9815519ca0d910eb5f8cfc (patch) | |
| tree | 35fb9755b81d8fcd07bd3f63835db5d0f767387b /openwrt/package/ipsec-tools | |
| parent | 732b4932f1f3460e1c1026586981e06f698edba9 (diff) | |
| download | mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.zip mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.gz mtk-20170518-88b8c4eb63a579667e9815519ca0d910eb5f8cfc.tar.bz2 | |
new (last?) attempt at standardizing Makefiles
SVN-Revision: 4855
Diffstat (limited to 'openwrt/package/ipsec-tools')
| -rw-r--r-- | openwrt/package/ipsec-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/ipsec-tools/Makefile b/openwrt/package/ipsec-tools/Makefile index d45a40e..2ae6b27 100644 --- a/openwrt/package/ipsec-tools/Makefile +++ b/openwrt/package/ipsec-tools/Makefile @@ -12,12 +12,12 @@ PKG_NAME:=ipsec-tools PKG_VERSION:=0.6.4 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/ipsec-tools PKG_MD5SUM:=d0242a943c82c0cbf28005966ff35e21 PKG_CAT:=bzcat +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install include $(INCLUDE_DIR)/package.mk |
